#96368D

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

Shades of Vivid Violet #96368D

Tints of Vivid Violet #96368D

Color information

#96368D (or 0x96368D) is unknown color: approx Vivid Violet. HEX triplet: 96, 36 and 8D. RGB value is (150,54,141). Sum of RGB (Red+Green+Blue) = 150+54+141=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96368D is #69C972. Grayscale: #5C5C5C. Windows color (decimal): -6932851 or 9254550. OLE color: 9254550.

HSL color Cylindrical-coordinate representation of color #96368D: hue angle of 305.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96368D is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15054141-
CMYK00.640.060.41
HSL305.62º47.06%40%-
HSV(B)305.62º64%58.82%-
XYZ18.711.0526.35-
YUV92.62155.3168.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=43.48%
G=15.65%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505414100.640.060.41305.6247.0640
Hex96368D0406291322f28
Octal2266621501006514625750
Binary100101101101101000110101000000110101001100110010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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