#9C3AE0

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

Shades of Dark Orchid #9C3AE0

Tints of Dark Orchid #9C3AE0

Color information

#9C3AE0 (or 0x9C3AE0) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3A and E0. RGB value is (156,58,224). Sum of RGB (Red+Green+Blue) = 156+58+224=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C3AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3AE0 is #63C51F. Grayscale: #696969. Windows color (decimal): -6538528 or 14695068. OLE color: 14695068.

HSL color Cylindrical-coordinate representation of color #9C3AE0: hue angle of 275.42º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C3AE0 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15658224-
CMYK0.300.7400.12
HSL275.42º72.81%55.29%-
HSV(B)275.42º74.11%87.84%-
XYZ28.6815.4872-
YUV106.23194.47163.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.62%
GREEN value IS 58 (23.05% from 255) = 13.24%
BLUE value IS 224 (87.89% from 255) = 51.14%
R=35.62%
G=13.24%
B=51.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal156582240.300.7400.12275.4272.8155.29
Hex9C3AE01E4A0C1134937
Octal234723403611201442311167
Binary1001110011101011100000111101001010011001000100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,58,224); }

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

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

 a { background-color: rgb(156,58,224); }

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

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

 span { border-color: rgb(156,58,224); }

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