#96378E

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

Shades of Vivid Violet #96378E

Tints of Vivid Violet #96378E

Color information

#96378E (or 0x96378E) is unknown color: approx Vivid Violet. HEX triplet: 96, 37 and 8E. RGB value is (150,55,142). Sum of RGB (Red+Green+Blue) = 150+55+142=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96378E is #69C871. Grayscale: #5D5D5D. Windows color (decimal): -6932594 or 9320342. OLE color: 9320342.

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

Color convert

RGB15055142-
CMYK00.630.050.41
HSL305.05º46.34%40.2%-
HSV(B)305.05º63.33%58.82%-
XYZ18.8311.1726.75-
YUV93.32155.47168.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=43.23%
G=15.85%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505514200.630.050.41305.0546.3440.2
Hex96378E03F5291312e28
Octal226672160775514615650
Binary10010110110111100011100111111101101001100110001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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