#96309C

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

Shades of Vivid Violet #96309C

Tints of Vivid Violet #96309C

Color information

#96309C (or 0x96309C) is unknown color: approx Vivid Violet. HEX triplet: 96, 30 and 9C. RGB value is (150,48,156). Sum of RGB (Red+Green+Blue) = 150+48+156=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #96309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96309C is #69CF63. Grayscale: #5A5A5A. Windows color (decimal): -6934372 or 10236054. OLE color: 10236054.

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

Color convert

RGB15048156-
CMYK0.040.6900.39
HSL296.67º52.94%40%-
HSV(B)296.67º69.23%61.18%-
XYZ19.641132.54-
YUV90.81164.79170.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 48 (19.14% from 255) = 13.56%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=42.37%
G=13.56%
B=44.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150481560.040.6900.39296.6752.9440
Hex96309C4450271293528
Octal2266023441050474516550
Binary100101101100001001110010010001010100111100101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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