#9B2895

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

Shades of Vivid Violet #9B2895

Tints of Vivid Violet #9B2895

Color information

#9B2895 (or 0x9B2895) is unknown color: approx Vivid Violet. HEX triplet: 9B, 28 and 95. RGB value is (155,40,149). Sum of RGB (Red+Green+Blue) = 155+40+149=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2895 is #64D76A. Grayscale: #565656. Windows color (decimal): -6608747 or 9775259. OLE color: 9775259.

HSL color Cylindrical-coordinate representation of color #9B2895: hue angle of 303.13º 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 #9B2895 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15540149-
CMYK00.740.040.39
HSL303.13º58.97%38.24%-
HSV(B)303.13º74.19%60.78%-
XYZ19.710.6629.45-
YUV86.81163.1176.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 40 (16.02% from 255) = 11.63%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=45.06%
G=11.63%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554014900.740.040.39303.1358.9738.24
Hex9B289504A42712f3b26
Octal2335022501124474577346
Binary100110111010001001010101001010100100111100101111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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