#96398A

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

Shades of Vivid Violet #96398A

Tints of Vivid Violet #96398A

Color information

#96398A (or 0x96398A) is unknown color: approx Vivid Violet. HEX triplet: 96, 39 and 8A. RGB value is (150,57,138). Sum of RGB (Red+Green+Blue) = 150+57+138=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96398A is #69C675. Grayscale: #5D5D5D. Windows color (decimal): -6932086 or 9058710. OLE color: 9058710.

HSL color Cylindrical-coordinate representation of color #96398A: hue angle of 307.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96398A is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15057138-
CMYK00.620.080.41
HSL307.74º44.93%40.59%-
HSV(B)307.74º62%58.82%-
XYZ18.6311.2525.23-
YUV94.04152.81167.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 138 (54.30% from 255) = 40%
R=43.48%
G=16.52%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505713800.620.080.41307.7444.9340.59
Hex96398A03E8291342d29
Octal2267121207610514645551
Binary100101101110011000101001111101000101001100110100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,57,138); }

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

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

 a { background-color: rgb(150,57,138); }

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

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

 span { border-color: rgb(150,57,138); }

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