#9E269B

Color #9E269B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9E269B

Tints of Vivid Violet #9E269B

Color information

#9E269B (or 0x9E269B) is unknown color: approx Vivid Violet. HEX triplet: 9E, 26 and 9B. RGB value is (158,38,155). Sum of RGB (Red+Green+Blue) = 158+38+155=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E269B is #61D964. Grayscale: #565656. Windows color (decimal): -6412645 or 10167966. OLE color: 10167966.

HSL color Cylindrical-coordinate representation of color #9E269B: hue angle of 301.5º 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 #9E269B is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15838155-
CMYK00.760.020.38
HSL301.5º61.22%38.43%-
HSV(B)301.5º75.95%61.96%-
XYZ20.7111.0232.05-
YUV87.22166.26178.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 38 (15.23% from 255) = 10.83%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=45.01%
G=10.83%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583815500.760.020.38301.561.2238.43
Hex9E269B04C22612e3d26
Octal2364623301142464567546
Binary10011110100110100110110100110010100110100101110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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