Html Css Color HEX #9624CB Dark Orchid

📋 copy color: '#9624CB'

red 150 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #9624CB

Tints of Dark Orchid #9624CB

RGB

 RED value IS 150 (58.98% from 255) = 38.56%

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

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

R = 38.56%
G = 9.25%
B = 52.19%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9624CB (or 0x9624CB) is known color: Dark Orchid. HEX triplet: 96, 24 and CB. RGB value is (150,36,203). Sum of RGB (Red+Green+Blue) = 150+36+203=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #9624CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9624CB is #69DB34. Grayscale: #585858. Windows color (decimal): -6937397 or 13313174. OLE color: 13313174.

HSL color Cylindrical-coordinate representation of color #9624CB: hue angle of 280.96º 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 #9624CB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 36 203 -
CMYK 0.26 0.82 0 0.20
HSL 280.96º 0.7% 0.47% -
HSV(B) 280.96º 0.82% 0.8% -
XYZ 23.99 12.06 57.56 -
YUV 89.12 192.27 171.42 -
System Red Green Blue C M Y K H S L
Decimal 150 36 203 0.26 0.82 0 0.20 280.96 0.7 0.47
Hex 96 24 CB 1A 52 0 14 119 46 2F
Octal 226 44 313 32 122 0 24 431 106 57
Binary 10010110 100100 11001011 11010 1010010 0 10100 100011001 1000110 101111

Color Harmonies of #9624CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9624CB

Black with #9624CB

Text Example


Text Example

White with #9624CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9624CB; }

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

 H1.HeaderClassName
 {
   color: #9624CB;
 }
 .AnyTagClassName
 {
   color: #9624CB;
 }
</style>

background-color css

<style>
 a { background-color: #9624CB; }

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

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

border-color css

<style>
 span { border-color: #9624CB; }

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

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