#964E8E

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

Shades of Violet Blue #964E8E

Tints of Violet Blue #964E8E

Color information

#964E8E (or 0x964E8E) is unknown color: approx Violet Blue. HEX triplet: 96, 4E and 8E. RGB value is (150,78,142). Sum of RGB (Red+Green+Blue) = 150+78+142=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #964E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E8E is #69B171. Grayscale: #6A6A6A. Windows color (decimal): -6926706 or 9326230. OLE color: 9326230.

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

Color convert

RGB15078142-
CMYK00.480.050.41
HSL306.67º31.58%44.71%-
HSV(B)306.67º48%58.82%-
XYZ20.1813.8927.21-
YUV106.82147.85158.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=40.54%
G=21.08%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507814200.480.050.41306.6731.5844.71
Hex964E8E030529133202d
Octal2261162160605514634055
Binary100101101001110100011100110000101101001100110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,78,142); }

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

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

 a { background-color: rgb(150,78,142); }

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

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

 span { border-color: rgb(150,78,142); }

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