#964C8D

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

Shades of Violet Blue #964C8D

Tints of Violet Blue #964C8D

Color information

#964C8D (or 0x964C8D) is unknown color: approx Violet Blue. HEX triplet: 96, 4C and 8D. RGB value is (150,76,141). Sum of RGB (Red+Green+Blue) = 150+76+141=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964C8D is #69B372. Grayscale: #696969. Windows color (decimal): -6927219 or 9260182. OLE color: 9260182.

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

Color convert

RGB15076141-
CMYK00.490.060.41
HSL307.3º32.74%44.31%-
HSV(B)307.3º49.33%58.82%-
XYZ19.9713.5826.77-
YUV105.54148.02159.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=40.87%
G=20.71%
B=38.42%

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
Decimal1507614100.490.060.41307.332.7444.31
Hex964C8D031629133212c
Octal2261142150616514634154
Binary100101101001100100011010110001110101001100110011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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