#9C3ECA

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

Shades of Dark Orchid #9C3ECA

Tints of Dark Orchid #9C3ECA

Color information

#9C3ECA (or 0x9C3ECA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3E and CA. RGB value is (156,62,202). Sum of RGB (Red+Green+Blue) = 156+62+202=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C3ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3ECA is #63C135. Grayscale: #696969. Windows color (decimal): -6537526 or 13254300. OLE color: 13254300.

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

Color convert

RGB15662202-
CMYK0.230.6900.21
HSL280.29º56.91%51.76%-
HSV(B)280.29º69.31%79.22%-
XYZ26.0914.7857.35-
YUV106.07182.14163.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 62 (24.61% from 255) = 14.76%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=37.14%
G=14.76%
B=48.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156622020.230.6900.21280.2956.9151.76
Hex9C3ECA17450151183934
Octal23476312271050254307164
Binary1001110011111011001010101111000101010101100011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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