#9E267E

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

Shades of Dark Purple #9E267E

Tints of Dark Purple #9E267E

Color information

#9E267E (or 0x9E267E) is unknown color: approx Dark Purple. HEX triplet: 9E, 26 and 7E. RGB value is (158,38,126). Sum of RGB (Red+Green+Blue) = 158+38+126=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E267E is #61D981. Grayscale: #535353. Windows color (decimal): -6412674 or 8267422. OLE color: 8267422.

HSL color Cylindrical-coordinate representation of color #9E267E: hue angle of 316º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E267E is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15838126-
CMYK00.760.200.38
HSL316º61.22%38.43%-
HSV(B)316º75.95%61.96%-
XYZ18.5610.1620.72-
YUV83.91151.76180.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.07%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=49.07%
G=11.80%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583812600.760.200.3831661.2238.43
Hex9E267E04C142613c3d26
Octal23646176011424464747546
Binary1001111010011011111100100110010100100110100111100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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