Html Css Color HEX #9F24CE Dark Orchid

📋 copy color: '#9F24CE'

red 159 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #9F24CE

Tints of Dark Orchid #9F24CE

RGB

 RED value IS 159 (62.5% from 255) = 39.65%

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

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

R = 39.65%
G = 8.98%
B = 51.37%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F24CE (or 0x9F24CE) is known color: Dark Orchid. HEX triplet: 9F, 24 and CE. RGB value is (159,36,206). Sum of RGB (Red+Green+Blue) = 159+36+206=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F24CE is #60DB31. Grayscale: #5B5B5B. Windows color (decimal): -6347570 or 13509791. OLE color: 13509791.

HSL color Cylindrical-coordinate representation of color #9F24CE: hue angle of 283.41º 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 #9F24CE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 36 206 -
CMYK 0.23 0.83 0 0.19
HSL 283.41º 0.7% 0.47% -
HSV(B) 283.41º 0.83% 0.81% -
XYZ 26.07 13.09 59.54 -
YUV 92.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 159 36 206 0.23 0.83 0 0.19 283.41 0.7 0.47
Hex 9F 24 CE 17 53 0 13 11B 46 2F
Octal 237 44 316 27 123 0 23 433 106 57
Binary 10011111 100100 11001110 10111 1010011 0 10011 100011011 1000110 101111

Color Harmonies of #9F24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F24CE

Black with #9F24CE

Text Example


Text Example

White with #9F24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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