#964D8D

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

Shades of Violet Blue #964D8D

Tints of Violet Blue #964D8D

Color information

#964D8D (or 0x964D8D) is unknown color: approx Violet Blue. HEX triplet: 96, 4D and 8D. RGB value is (150,77,141). Sum of RGB (Red+Green+Blue) = 150+77+141=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #964D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D8D is #69B272. Grayscale: #696969. Windows color (decimal): -6926963 or 9260438. OLE color: 9260438.

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

Color convert

RGB15077141-
CMYK00.490.060.41
HSL307.4º32.16%44.51%-
HSV(B)307.4º48.67%58.82%-
XYZ20.0413.7126.79-
YUV106.12147.68159.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=40.76%
G=20.92%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507714100.490.060.41307.432.1644.51
Hex964D8D031629133202d
Octal2261152150616514634055
Binary100101101001101100011010110001110101001100110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964D8D; }

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

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

<style>
 a { background-color: #964D8D; }

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

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

<style>
 span { border-color: #964D8D; }

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

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