#96378B

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

Shades of Vivid Violet #96378B

Tints of Vivid Violet #96378B

Color information

#96378B (or 0x96378B) is unknown color: approx Vivid Violet. HEX triplet: 96, 37 and 8B. RGB value is (150,55,139). Sum of RGB (Red+Green+Blue) = 150+55+139=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96378B is #69C874. Grayscale: #5C5C5C. Windows color (decimal): -6932597 or 9123734. OLE color: 9123734.

HSL color Cylindrical-coordinate representation of color #96378B: hue angle of 306.95º 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 #96378B is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15055139-
CMYK00.630.070.41
HSL306.95º46.34%40.2%-
HSV(B)306.95º63.33%58.82%-
XYZ18.611.0825.58-
YUV92.98153.97168.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 55 (21.88% from 255) = 15.99%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=43.60%
G=15.99%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505513900.630.070.41306.9546.3440.2
Hex96378B03F7291332e28
Octal226672130777514635650
Binary10010110110111100010110111111111101001100110011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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