#9e26d8

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

Shades of Dark Orchid #9E26D8

Tints of Dark Orchid #9E26D8

Color information

#9E26D8 (or 0x9E26D8) is unknown color: approx Dark Orchid. HEX triplet: 9E, 26 and D8. RGB value is (158,38,216). Sum of RGB (Red+Green+Blue) = 158+38+216=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 216 (84.77% from 255 or 52.43% from 412); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E26D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E26D8 is #61D927. Grayscale: #5D5D5D. Windows color (decimal): -6412584 or 14165662. OLE color: 14165662.

HSL color Cylindrical-coordinate representation of color #9E26D8: hue angle of 280.45º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E26D8 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15838216-
CMYK0.270.8200.15
HSL280.45º70.08%49.8%-
HSV(B)280.45º82.41%84.71%-
XYZ27.1913.6166.16-
YUV94.17196.76173.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.35%
GREEN value IS 38 (15.23% from 255) = 9.22%
BLUE value IS 216 (84.77% from 255) = 52.43%
R=38.35%
G=9.22%
B=52.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158382160.270.8200.15280.4570.0849.8
Hex9E26D81B520F1184632
Octal236463303312201743010662
Binary1001111010011011011000110111010010011111000110001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e26d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,38,216); }

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

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

 a { background-color: rgb(158,38,216); }

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

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

 span { border-color: rgb(158,38,216); }

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