#9E25AB

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

Shades of Dark Orchid #9E25AB

Tints of Dark Orchid #9E25AB

Color information

#9E25AB (or 0x9E25AB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 25 and AB. RGB value is (158,37,171). Sum of RGB (Red+Green+Blue) = 158+37+171=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E25AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E25AB is #61DA54. Grayscale: #585858. Windows color (decimal): -6412885 or 11216286. OLE color: 11216286.

HSL color Cylindrical-coordinate representation of color #9E25AB: hue angle of 294.18º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E25AB is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15837171-
CMYK0.080.7800.33
HSL294.18º64.42%40.78%-
HSV(B)294.18º78.36%67.06%-
XYZ22.1111.5339.59-
YUV88.46174.59177.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 37 (14.84% from 255) = 10.11%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=43.17%
G=10.11%
B=46.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158371710.080.7800.33294.1864.4240.78
Hex9E25AB84E0211264029
Octal236452531011604144610051
Binary10011110100101101010111000100111001000011001001101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E25AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,37,171); }

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

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

 a { background-color: rgb(158,37,171); }

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

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

 span { border-color: rgb(158,37,171); }

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