Html Css Color HEX #8F24CE Dark Orchid

📋 copy color: '#8F24CE'

red 143 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #8F24CE

Tints of Dark Orchid #8F24CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 37.14%
G = 9.35%
B = 53.51%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F24CE (or 0x8F24CE) is known color: Dark Orchid. HEX triplet: 8F, 24 and CE. RGB value is (143,36,206). Sum of RGB (Red+Green+Blue) = 143+36+206=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24CE is #70DB31. Grayscale: #565656. Windows color (decimal): -7396146 or 13509775. OLE color: 13509775.

HSL color Cylindrical-coordinate representation of color #8F24CE: hue angle of 277.76º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F24CE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 36 206 -
CMYK 0.31 0.83 0 0.19
HSL 277.76º 0.7% 0.47% -
HSV(B) 277.76º 0.83% 0.81% -
XYZ 23.1 11.56 59.41 -
YUV 87.37 194.95 167.68 -
System Red Green Blue C M Y K H S L
Decimal 143 36 206 0.31 0.83 0 0.19 277.76 0.7 0.47
Hex 8F 24 CE 1F 53 0 13 116 46 2F
Octal 217 44 316 37 123 0 23 426 106 57
Binary 10001111 100100 11001110 11111 1010011 0 10011 100010110 1000110 101111

Color Harmonies of #8F24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F24CE

Black with #8F24CE

Text Example


Text Example

White with #8F24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,36,206); }

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

background-color css

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

 a { background-color: rgb(143,36,206); }

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

border-color css

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

 span { border-color: rgb(143,36,206); }

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