#964E9A

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

Shades of Violet Blue #964E9A

Tints of Violet Blue #964E9A

Color information

#964E9A (or 0x964E9A) is unknown color: approx Violet Blue. HEX triplet: 96, 4E and 9A. RGB value is (150,78,154). Sum of RGB (Red+Green+Blue) = 150+78+154=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #964E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E9A is #69B165. Grayscale: #6B6B6B. Windows color (decimal): -6926694 or 10112662. OLE color: 10112662.

HSL color Cylindrical-coordinate representation of color #964E9A: hue angle of 296.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964E9A is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15078154-
CMYK0.030.4900.40
HSL296.84º32.76%45.49%-
HSV(B)296.84º49.35%60.39%-
XYZ21.1314.2732.21-
YUV108.19153.85157.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=39.27%
G=20.42%
B=40.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150781540.030.4900.40296.8432.7645.49
Hex964E9A331028129212d
Octal2261162323610504514155
Binary10010110100111010011010111100010101000100101001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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