#9D26AE

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

Shades of Dark Orchid #9D26AE

Tints of Dark Orchid #9D26AE

Color information

#9D26AE (or 0x9D26AE) is unknown color: approx Dark Orchid. HEX triplet: 9D, 26 and AE. RGB value is (157,38,174). Sum of RGB (Red+Green+Blue) = 157+38+174=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D26AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D26AE is #62D951. Grayscale: #585858. Windows color (decimal): -6478162 or 11413149. OLE color: 11413149.

HSL color Cylindrical-coordinate representation of color #9D26AE: hue angle of 292.5º 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 #9D26AE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15738174-
CMYK0.100.7800.32
HSL292.5º64.15%41.57%-
HSV(B)292.5º78.16%68.24%-
XYZ22.2411.6141.11-
YUV89.08175.92176.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 38 (15.23% from 255) = 10.30%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=42.55%
G=10.30%
B=47.15%

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
Decimal157381740.100.7800.32292.564.1541.57
Hex9D26AEA4E020124402a
Octal235462561211604044410052
Binary10011101100110101011101010100111001000001001001001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D26AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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