#9E26C0

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

Shades of Dark Orchid #9E26C0

Tints of Dark Orchid #9E26C0

Color information

#9E26C0 (or 0x9E26C0) is unknown color: approx Dark Orchid. HEX triplet: 9E, 26 and C0. RGB value is (158,38,192). Sum of RGB (Red+Green+Blue) = 158+38+192=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E26C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E26C0 is #61D93F. Grayscale: #5A5A5A. Windows color (decimal): -6412608 or 12592798. OLE color: 12592798.

HSL color Cylindrical-coordinate representation of color #9E26C0: hue angle of 286.75º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E26C0 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15838192-
CMYK0.180.8000.25
HSL286.75º66.96%45.1%-
HSV(B)286.75º80.21%75.29%-
XYZ24.3112.4650.99-
YUV91.44184.76175.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.72%
GREEN value IS 38 (15.23% from 255) = 9.79%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=40.72%
G=9.79%
B=49.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158381920.180.8000.25286.7566.9645.1
Hex9E26C0125001911f432d
Octal236463002212003143710355
Binary10011110100110110000001001010100000110011000111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E26C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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