#9E26BC

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

Shades of Dark Orchid #9E26BC

Tints of Dark Orchid #9E26BC

Color information

#9E26BC (or 0x9E26BC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 26 and BC. RGB value is (158,38,188). Sum of RGB (Red+Green+Blue) = 158+38+188=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E26BC is #61D943. Grayscale: #5A5A5A. Windows color (decimal): -6412612 or 12330654. OLE color: 12330654.

HSL color Cylindrical-coordinate representation of color #9E26BC: hue angle of 288º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E26BC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15838188-
CMYK0.160.8000.26
HSL288º66.37%44.31%-
HSV(B)288º79.79%73.73%-
XYZ23.8712.2948.69-
YUV90.98182.76175.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.15%
GREEN value IS 38 (15.23% from 255) = 9.90%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=41.15%
G=9.90%
B=48.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158381880.160.8000.2628866.3744.31
Hex9E26BC105001A120422c
Octal236462742012003244010254
Binary10011110100110101111001000010100000110101001000001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E26BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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