#9B2896

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

Shades of Vivid Violet #9B2896

Tints of Vivid Violet #9B2896

Color information

#9B2896 (or 0x9B2896) is unknown color: approx Vivid Violet. HEX triplet: 9B, 28 and 96. RGB value is (155,40,150). Sum of RGB (Red+Green+Blue) = 155+40+150=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2896 is #64D769. Grayscale: #565656. Windows color (decimal): -6608746 or 9840795. OLE color: 9840795.

HSL color Cylindrical-coordinate representation of color #9B2896: hue angle of 302.61º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2896 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15540150-
CMYK00.740.030.39
HSL302.61º58.97%38.24%-
HSV(B)302.61º74.19%60.78%-
XYZ19.7810.6929.87-
YUV86.92163.6176.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=44.93%
G=11.59%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554015000.740.030.39302.6158.9738.24
Hex9B289604A32712f3b26
Octal2335022601123474577346
Binary10011011101000100101100100101011100111100101111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,150); }

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

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

 a { background-color: rgb(155,40,150); }

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

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

 span { border-color: rgb(155,40,150); }

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