Html Css Color HEX #8F24CF Dark Orchid

📋 copy color: '#8F24CF'

red 143 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #8F24CF

Tints of Dark Orchid #8F24CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 37.05%
G = 9.33%
B = 53.63%

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

#8F24CF (or 0x8F24CF) is known color: Dark Orchid. HEX triplet: 8F, 24 and CF. RGB value is (143,36,207). Sum of RGB (Red+Green+Blue) = 143+36+207=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F24CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24CF is #70DB30. Grayscale: #565656. Windows color (decimal): -7396145 or 13575311. OLE color: 13575311.

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

Color convert

RGB 143 36 207 -
CMYK 0.31 0.83 0 0.19
HSL 277.54º 0.7% 0.48% -
HSV(B) 277.54º 0.83% 0.81% -
XYZ 23.22 11.61 60.05 -
YUV 87.49 195.45 167.6 -
System Red Green Blue C M Y K H S L
Decimal 143 36 207 0.31 0.83 0 0.19 277.54 0.7 0.48
Hex 8F 24 CF 1F 53 0 13 116 46 30
Octal 217 44 317 37 123 0 23 426 106 60
Binary 10001111 100100 11001111 11111 1010011 0 10011 100010110 1000110 110000

Color Harmonies of #8F24CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F24CF

Black with #8F24CF

Text Example


Text Example

White with #8F24CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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