#9C42CA

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

Shades of Dark Orchid #9C42CA

Tints of Dark Orchid #9C42CA

Color information

#9C42CA (or 0x9C42CA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 42 and CA. RGB value is (156,66,202). Sum of RGB (Red+Green+Blue) = 156+66+202=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C42CA is #63BD35. Grayscale: #6B6B6B. Windows color (decimal): -6536502 or 13255324. OLE color: 13255324.

HSL color Cylindrical-coordinate representation of color #9C42CA: hue angle of 279.71º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C42CA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15666202-
CMYK0.230.6700.21
HSL279.71º56.2%52.55%-
HSV(B)279.71º67.33%79.22%-
XYZ26.3215.2357.43-
YUV108.41180.82161.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=36.79%
G=15.57%
B=47.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156662020.230.6700.21279.7156.252.55
Hex9C42CA17430151183835
Octal234102312271030254307065
Binary10011100100001011001010101111000011010101100011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C42CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,66,202); }

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

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

 a { background-color: rgb(156,66,202); }

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

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

 span { border-color: rgb(156,66,202); }

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