#96308E

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

Shades of Vivid Violet #96308E

Tints of Vivid Violet #96308E

Color information

#96308E (or 0x96308E) is unknown color: approx Vivid Violet. HEX triplet: 96, 30 and 8E. RGB value is (150,48,142). Sum of RGB (Red+Green+Blue) = 150+48+142=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96308E is #69CF71. Grayscale: #585858. Windows color (decimal): -6934386 or 9318550. OLE color: 9318550.

HSL color Cylindrical-coordinate representation of color #96308E: hue angle of 304.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96308E is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15048142-
CMYK00.680.050.41
HSL304.71º51.52%38.82%-
HSV(B)304.71º68%58.82%-
XYZ18.5210.5526.65-
YUV89.21157.79171.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 48 (19.14% from 255) = 14.12%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=44.12%
G=14.12%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504814200.680.050.41304.7151.5238.82
Hex96308E0445291313427
Octal2266021601045514616447
Binary100101101100001000111001000100101101001100110001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96308E; }

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

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

<style>
 a { background-color: #96308E; }

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

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

<style>
 span { border-color: #96308E; }

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

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