#9B3695

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

Shades of Vivid Violet #9B3695

Tints of Vivid Violet #9B3695

Color information

#9B3695 (or 0x9B3695) is unknown color: approx Vivid Violet. HEX triplet: 9B, 36 and 95. RGB value is (155,54,149). Sum of RGB (Red+Green+Blue) = 155+54+149=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3695 is #64C96A. Grayscale: #5E5E5E. Windows color (decimal): -6605163 or 9778843. OLE color: 9778843.

HSL color Cylindrical-coordinate representation of color #9B3695: hue angle of 303.56º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3695 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15554149-
CMYK00.650.040.39
HSL303.56º48.33%40.98%-
HSV(B)303.56º65.16%60.78%-
XYZ20.2611.7829.64-
YUV95.03158.46170.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=43.30%
G=15.08%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555414900.650.040.39303.5648.3340.98
Hex9B36950414271303029
Octal2336622501014474606051
Binary100110111101101001010101000001100100111100110000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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