#9C21C4

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

Shades of Dark Orchid #9C21C4

Tints of Dark Orchid #9C21C4

Color information

#9C21C4 (or 0x9C21C4) is unknown color: approx Dark Orchid. HEX triplet: 9C, 21 and C4. RGB value is (156,33,196). Sum of RGB (Red+Green+Blue) = 156+33+196=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #9C21C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21C4 is #63DE3B. Grayscale: #575757. Windows color (decimal): -6544956 or 12853660. OLE color: 12853660.

HSL color Cylindrical-coordinate representation of color #9C21C4: hue angle of 285.28º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C21C4 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15633196-
CMYK0.200.8300.23
HSL285.28º71.18%44.9%-
HSV(B)285.28º83.16%76.86%-
XYZ24.2212.1453.29-
YUV88.36188.75176.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 33 (13.28% from 255) = 8.57%
BLUE value IS 196 (76.95% from 255) = 50.91%
R=40.52%
G=8.57%
B=50.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal156331960.200.8300.23285.2871.1844.9
Hex9C21C4145301711d472d
Octal234413042412302743510755
Binary10011100100001110001001010010100110101111000111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C21C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,196); }

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

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

 a { background-color: rgb(156,33,196); }

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

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

 span { border-color: rgb(156,33,196); }

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