#95329B

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

Shades of Vivid Violet #95329B

Tints of Vivid Violet #95329B

Color information

#95329B (or 0x95329B) is unknown color: approx Vivid Violet. HEX triplet: 95, 32 and 9B. RGB value is (149,50,155). Sum of RGB (Red+Green+Blue) = 149+50+155=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #95329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95329B is #6ACD64. Grayscale: #5B5B5B. Windows color (decimal): -6999397 or 10171029. OLE color: 10171029.

HSL color Cylindrical-coordinate representation of color #95329B: hue angle of 296.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95329B is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14950155-
CMYK0.040.6800.39
HSL296.57º51.22%40.2%-
HSV(B)296.57º67.74%60.78%-
XYZ19.4511.0432.12-
YUV91.57163.8168.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 50 (19.92% from 255) = 14.12%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=42.09%
G=14.12%
B=43.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149501550.040.6800.39296.5751.2240.2
Hex95329B4440271293328
Octal2256223341040474516350
Binary100101011100101001101110010001000100111100101001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95329B; }

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

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

<style>
 a { background-color: #95329B; }

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

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

<style>
 span { border-color: #95329B; }

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

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