#96378C

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

Shades of Vivid Violet #96378C

Tints of Vivid Violet #96378C

Color information

#96378C (or 0x96378C) is unknown color: approx Vivid Violet. HEX triplet: 96, 37 and 8C. RGB value is (150,55,140). Sum of RGB (Red+Green+Blue) = 150+55+140=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96378C is #69C873. Grayscale: #5C5C5C. Windows color (decimal): -6932596 or 9189270. OLE color: 9189270.

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

Color convert

RGB15055140-
CMYK00.630.070.41
HSL306.32º46.34%40.2%-
HSV(B)306.32º63.33%58.82%-
XYZ18.6811.1125.97-
YUV93.1154.47168.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 55 (21.88% from 255) = 15.94%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=43.48%
G=15.94%
B=40.58%

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
Decimal1505514000.630.070.41306.3246.3440.2
Hex96378C03F7291322e28
Octal226672140777514625650
Binary10010110110111100011000111111111101001100110010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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