#9B3C97

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

Shades of Vivid Violet #9B3C97

Tints of Vivid Violet #9B3C97

Color information

#9B3C97 (or 0x9B3C97) is unknown color: approx Vivid Violet. HEX triplet: 9B, 3C and 97. RGB value is (155,60,151). Sum of RGB (Red+Green+Blue) = 155+60+151=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3C97 is #64C368. Grayscale: #626262. Windows color (decimal): -6603625 or 9911451. OLE color: 9911451.

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

Color convert

RGB15560151-
CMYK00.610.030.39
HSL302.53º44.19%42.16%-
HSV(B)302.53º61.29%60.78%-
XYZ20.7212.4330.59-
YUV98.78157.47168.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=42.35%
G=16.39%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556015100.610.030.39302.5344.1942.16
Hex9B3C9703D32712f2c2a
Octal233742270753474575452
Binary1001101111110010010111011110111100111100101111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,60,151); }

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

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

 a { background-color: rgb(155,60,151); }

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

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

 span { border-color: rgb(155,60,151); }

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