#96378D

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

Shades of Vivid Violet #96378D

Tints of Vivid Violet #96378D

Color information

#96378D (or 0x96378D) is unknown color: approx Vivid Violet. HEX triplet: 96, 37 and 8D. RGB value is (150,55,141). Sum of RGB (Red+Green+Blue) = 150+55+141=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96378D is #69C872. Grayscale: #5C5C5C. Windows color (decimal): -6932595 or 9254806. OLE color: 9254806.

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

Color convert

RGB15055141-
CMYK00.630.060.41
HSL305.68º46.34%40.2%-
HSV(B)305.68º63.33%58.82%-
XYZ18.7511.1426.36-
YUV93.21154.97168.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=43.35%
G=15.90%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505514100.630.060.41305.6846.3440.2
Hex96378D03F6291322e28
Octal226672150776514625650
Binary10010110110111100011010111111110101001100110010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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