Html Css Color HEX #9C33CB Dark Orchid

📋 copy color: '#9C33CB'

red 156 ◦ green 51 ◦ blue 203

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

Shades of Dark Orchid #9C33CB

Tints of Dark Orchid #9C33CB

RGB

 RED value IS 156 (61.33% from 255) = 38.05%

 GREEN value IS 51 (20.31% from 255) = 12.44%

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

R = 38.05%
G = 12.44%
B = 49.51%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C33CB (or 0x9C33CB) is known color: Dark Orchid. HEX triplet: 9C, 33 and CB. RGB value is (156,51,203). Sum of RGB (Red+Green+Blue) = 156+51+203=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C33CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C33CB is #63CC34. Grayscale: #636363. Windows color (decimal): -6540341 or 13317020. OLE color: 13317020.

HSL color Cylindrical-coordinate representation of color #9C33CB: hue angle of 281.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C33CB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 51 203 -
CMYK 0.23 0.75 0 0.20
HSL 281.45º 0.6% 0.5% -
HSV(B) 281.45º 0.75% 0.8% -
XYZ 25.67 13.75 57.8 -
YUV 99.72 186.29 168.14 -
System Red Green Blue C M Y K H S L
Decimal 156 51 203 0.23 0.75 0 0.20 281.45 0.6 0.5
Hex 9C 33 CB 17 4B 0 14 119 3C 32
Octal 234 63 313 27 113 0 24 431 74 62
Binary 10011100 110011 11001011 10111 1001011 0 10100 100011001 111100 110010

Color Harmonies of #9C33CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C33CB

Black with #9C33CB

Text Example


Text Example

White with #9C33CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,203); }

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

background-color css

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

 a { background-color: rgb(156,51,203); }

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

border-color css

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

 span { border-color: rgb(156,51,203); }

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