#9B3A96

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

Shades of Vivid Violet #9B3A96

Tints of Vivid Violet #9B3A96

Color information

#9B3A96 (or 0x9B3A96) is unknown color: approx Vivid Violet. HEX triplet: 9B, 3A and 96. RGB value is (155,58,150). Sum of RGB (Red+Green+Blue) = 155+58+150=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3A96 is #64C569. Grayscale: #616161. Windows color (decimal): -6604138 or 9845403. OLE color: 9845403.

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

Color convert

RGB15558150-
CMYK00.630.030.39
HSL303.09º45.54%41.76%-
HSV(B)303.09º62.58%60.78%-
XYZ20.5412.230.13-
YUV97.49157.64169.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.70%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=42.70%
G=15.98%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555815000.630.030.39303.0945.5441.76
Hex9B3A9603F32712f2e2a
Octal233722260773474575652
Binary1001101111101010010110011111111100111100101111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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