#9C26AE

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

Shades of Dark Orchid #9C26AE

Tints of Dark Orchid #9C26AE

Color information

#9C26AE (or 0x9C26AE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 26 and AE. RGB value is (156,38,174). Sum of RGB (Red+Green+Blue) = 156+38+174=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C26AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C26AE is #63D951. Grayscale: #585858. Windows color (decimal): -6543698 or 11413148. OLE color: 11413148.

HSL color Cylindrical-coordinate representation of color #9C26AE: hue angle of 292.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C26AE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15638174-
CMYK0.100.7800.32
HSL292.06º64.15%41.57%-
HSV(B)292.06º78.16%68.24%-
XYZ22.0411.5141.1-
YUV88.79176.09175.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 38 (15.23% from 255) = 10.33%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=42.39%
G=10.33%
B=47.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156381740.100.7800.32292.0664.1541.57
Hex9C26AEA4E020124402a
Octal234462561211604044410052
Binary10011100100110101011101010100111001000001001001001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C26AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,38,174); }

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

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

 a { background-color: rgb(156,38,174); }

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

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

 span { border-color: rgb(156,38,174); }

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