#96309A

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

Shades of Vivid Violet #96309A

Tints of Vivid Violet #96309A

Color information

#96309A (or 0x96309A) is unknown color: approx Vivid Violet. HEX triplet: 96, 30 and 9A. RGB value is (150,48,154). Sum of RGB (Red+Green+Blue) = 150+48+154=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #96309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96309A is #69CF65. Grayscale: #5A5A5A. Windows color (decimal): -6934374 or 10104982. OLE color: 10104982.

HSL color Cylindrical-coordinate representation of color #96309A: hue angle of 297.74º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96309A is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15048154-
CMYK0.030.6900.40
HSL297.74º52.48%39.61%-
HSV(B)297.74º68.83%60.39%-
XYZ19.4710.9331.66-
YUV90.58163.79170.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 48 (19.14% from 255) = 13.64%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=42.61%
G=13.64%
B=43.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150481540.030.6900.40297.7452.4839.61
Hex96309A34502812a3428
Octal2266023231050504526450
Binary10010110110000100110101110001010101000100101010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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