#9C33DD

Color #9C33DD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9C33DD

Tints of Dark Orchid #9C33DD

Color information

#9C33DD (or 0x9C33DD) is unknown color: approx Dark Orchid. HEX triplet: 9C, 33 and DD. RGB value is (156,51,221). Sum of RGB (Red+Green+Blue) = 156+51+221=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C33DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C33DD is #63CC22. Grayscale: #656565. Windows color (decimal): -6540323 or 14496668. OLE color: 14496668.

HSL color Cylindrical-coordinate representation of color #9C33DD: hue angle of 277.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C33DD is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15651221-
CMYK0.290.7700.13
HSL277.06º71.43%53.33%-
HSV(B)277.06º76.92%86.67%-
XYZ27.9514.6669.76-
YUV101.78195.29166.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 221 (86.72% from 255) = 51.64%
R=36.45%
G=11.92%
B=51.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156512210.290.7700.13277.0671.4353.33
Hex9C33DD1D4D0D1154735
Octal234633353511501542510765
Binary1001110011001111011101111011001101011011000101011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C33DD;
 }
 .AnyTagClassName
 {
   color: #9C33DD;
 }
</style>
background-color css

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

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

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

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

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

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