#9E28BA

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

Shades of Dark Orchid #9E28BA

Tints of Dark Orchid #9E28BA

Color information

#9E28BA (or 0x9E28BA) is unknown color: approx Dark Orchid. HEX triplet: 9E, 28 and BA. RGB value is (158,40,186). Sum of RGB (Red+Green+Blue) = 158+40+186=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E28BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E28BA is #61D745. Grayscale: #5B5B5B. Windows color (decimal): -6412102 or 12200094. OLE color: 12200094.

HSL color Cylindrical-coordinate representation of color #9E28BA: hue angle of 288.49º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E28BA is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15840186-
CMYK0.150.7800.27
HSL288.49º64.6%44.31%-
HSV(B)288.49º78.49%72.94%-
XYZ23.7212.3347.58-
YUV91.93181.09175.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.15%
GREEN value IS 40 (16.02% from 255) = 10.42%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=41.15%
G=10.42%
B=48.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158401860.150.7800.27288.4964.644.31
Hex9E28BAF4E01B120412c
Octal236502721711603344010154
Binary1001111010100010111010111110011100110111001000001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E28BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,40,186); }

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

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

 a { background-color: rgb(158,40,186); }

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

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

 span { border-color: rgb(158,40,186); }

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