Html Css Color HEX #8F37C9 Dark Orchid

📋 copy color: '#8F37C9'

red 143 ◦ green 55 ◦ blue 201

#8F37C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8F37C9

Tints of Dark Orchid #8F37C9

RGB

 RED value IS 143 (56.25% from 255) = 35.84%

 GREEN value IS 55 (21.88% from 255) = 13.78%

 BLUE value IS 201 (78.91% from 255) = 50.38%

R = 35.84%
G = 13.78%
B = 50.38%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F37C9 (or 0x8F37C9) is known color: Dark Orchid. HEX triplet: 8F, 37 and C9. RGB value is (143,55,201). Sum of RGB (Red+Green+Blue) = 143+55+201=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F37C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37C9 is #70C836. Grayscale: #616161. Windows color (decimal): -7391287 or 13186959. OLE color: 13186959.

HSL color Cylindrical-coordinate representation of color #8F37C9: hue angle of 276.16º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F37C9 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 55 201 -
CMYK 0.29 0.73 0 0.21
HSL 276.16º 0.57% 0.5% -
HSV(B) 276.16º 0.73% 0.79% -
XYZ 23.24 12.79 56.5 -
YUV 97.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 143 55 201 0.29 0.73 0 0.21 276.16 0.57 0.5
Hex 8F 37 C9 1D 49 0 15 114 39 32
Octal 217 67 311 35 111 0 25 424 71 62
Binary 10001111 110111 11001001 11101 1001001 0 10101 100010100 111001 110010

Color Harmonies of #8F37C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F37C9

Black with #8F37C9

Text Example


Text Example

White with #8F37C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F37C9;
 }
 .AnyTagClassName
 {
   color: #8F37C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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