Html Css Color HEX #9F24CB Dark Orchid

📋 copy color: '#9F24CB'

red 159 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #9F24CB

Tints of Dark Orchid #9F24CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 39.95%
G = 9.05%
B = 51.01%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F24CB (or 0x9F24CB) is known color: Dark Orchid. HEX triplet: 9F, 24 and CB. RGB value is (159,36,203). Sum of RGB (Red+Green+Blue) = 159+36+203=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F24CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F24CB is #60DB34. Grayscale: #5B5B5B. Windows color (decimal): -6347573 or 13313183. OLE color: 13313183.

HSL color Cylindrical-coordinate representation of color #9F24CB: hue angle of 284.19º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F24CB is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 36 203 -
CMYK 0.22 0.82 0 0.20
HSL 284.19º 0.7% 0.47% -
HSV(B) 284.19º 0.82% 0.8% -
XYZ 25.71 12.94 57.64 -
YUV 91.82 190.75 175.92 -
System Red Green Blue C M Y K H S L
Decimal 159 36 203 0.22 0.82 0 0.20 284.19 0.7 0.47
Hex 9F 24 CB 16 52 0 14 11C 46 2F
Octal 237 44 313 26 122 0 24 434 106 57
Binary 10011111 100100 11001011 10110 1010010 0 10100 100011100 1000110 101111

Color Harmonies of #9F24CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F24CB

Black with #9F24CB

Text Example


Text Example

White with #9F24CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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