#96349C

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

Shades of Vivid Violet #96349C

Tints of Vivid Violet #96349C

Color information

#96349C (or 0x96349C) is unknown color: approx Vivid Violet. HEX triplet: 96, 34 and 9C. RGB value is (150,52,156). Sum of RGB (Red+Green+Blue) = 150+52+156=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #96349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96349C is #69CB63. Grayscale: #5C5C5C. Windows color (decimal): -6933348 or 10237078. OLE color: 10237078.

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

Color convert

RGB15052156-
CMYK0.040.6700.39
HSL296.54º50%40.78%-
HSV(B)296.54º66.67%61.18%-
XYZ19.8111.3432.6-
YUV93.16163.47168.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 52 (20.70% from 255) = 14.53%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=41.90%
G=14.53%
B=43.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150521560.040.6700.39296.545040.78
Hex96349C4430271293229
Octal2266423441030474516251
Binary100101101101001001110010010000110100111100101001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96349C; }

 p { color: rgb(150,52,156); }

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

<style>
 a { background-color: #96349C; }

 a { background-color: rgb(150,52,156); }

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

<style>
 span { border-color: #96349C; }

 span { border-color: rgb(150,52,156); }

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