#9C3ABE

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

Shades of Dark Orchid #9C3ABE

Tints of Dark Orchid #9C3ABE

Color information

#9C3ABE (or 0x9C3ABE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3A and BE. RGB value is (156,58,190). Sum of RGB (Red+Green+Blue) = 156+58+190=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C3ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3ABE is #63C541. Grayscale: #656565. Windows color (decimal): -6538562 or 12466844. OLE color: 12466844.

HSL color Cylindrical-coordinate representation of color #9C3ABE: hue angle of 284.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3ABE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15658190-
CMYK0.180.6900.25
HSL284.55º53.23%48.63%-
HSV(B)284.55º69.47%74.51%-
XYZ24.5213.8150.09-
YUV102.35177.47166.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.61%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=38.61%
G=14.36%
B=47.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156581900.180.6900.25284.5553.2348.63
Hex9C3ABE124501911d3531
Octal23472276221050314356561
Binary1001110011101010111110100101000101011001100011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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