#8F37BD

Color #8F37BD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8F37BD

Tints of Dark Orchid #8F37BD

Color information

#8F37BD (or 0x8F37BD) is unknown color: approx Dark Orchid. HEX triplet: 8F, 37 and BD. RGB value is (143,55,189). Sum of RGB (Red+Green+Blue) = 143+55+189=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F37BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37BD is #70C842. Grayscale: #606060. Windows color (decimal): -7391299 or 12400527. OLE color: 12400527.

HSL color Cylindrical-coordinate representation of color #8F37BD: hue angle of 279.4º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F37BD is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14355189-
CMYK0.240.7100.26
HSL279.4º54.92%47.84%-
HSV(B)279.4º70.9%74.12%-
XYZ21.8812.2549.35-
YUV96.59180.15161.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=36.95%
G=14.21%
B=48.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal143551890.240.7100.26279.454.9247.84
Hex8F37BD184701A1173730
Octal21767275301070324276760
Binary1000111111011110111101110001000111011010100010111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F37BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F37BD; }

 p { color: rgb(143,55,189); }

 H1.HeaderClassName
 {
   color: #8F37BD;
 }
 .AnyTagClassName
 {
   color: #8F37BD;
 }
</style>
background-color css

<style>
 a { background-color: #8F37BD; }

 a { background-color: rgb(143,55,189); }

 div.DivClassName
 {
   background-color: #8F37BD;
 }
 .BgClassName
 {
   background-color: #8F37BD;
 }
</style>
border-color css

<style>
 span { border-color: #8F37BD; }

 span { border-color: rgb(143,55,189); }

 td.TdClassName
 {
   border-color: #8F37BD;
 }
 .TagClassName
 {
   border-color: #8F37BD;
 }
</style>