#96518D

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

Shades of Violet Blue #96518D

Tints of Violet Blue #96518D

Color information

#96518D (or 0x96518D) is unknown color: approx Violet Blue. HEX triplet: 96, 51 and 8D. RGB value is (150,81,141). Sum of RGB (Red+Green+Blue) = 150+81+141=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96518D is #69AE72. Grayscale: #6C6C6C. Windows color (decimal): -6925939 or 9261462. OLE color: 9261462.

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

Color convert

RGB15081141-
CMYK00.460.060.41
HSL307.83º29.87%45.29%-
HSV(B)307.83º46%58.82%-
XYZ20.3314.2926.89-
YUV108.47146.36157.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=40.32%
G=21.77%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508114100.460.060.41307.8329.8745.29
Hex96518D02E6291341e2d
Octal2261212150566514643655
Binary10010110101000110001101010111011010100110011010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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