#964E9D

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

Shades of Violet Blue #964E9D

Tints of Violet Blue #964E9D

Color information

#964E9D (or 0x964E9D) is unknown color: approx Violet Blue. HEX triplet: 96, 4E and 9D. RGB value is (150,78,157). Sum of RGB (Red+Green+Blue) = 150+78+157=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #964E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E9D is #69B162. Grayscale: #6C6C6C. Windows color (decimal): -6926691 or 10309270. OLE color: 10309270.

HSL color Cylindrical-coordinate representation of color #964E9D: hue angle of 294.68º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964E9D is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15078157-
CMYK0.040.5000.38
HSL294.68º33.62%46.08%-
HSV(B)294.68º50.32%61.57%-
XYZ21.3914.3733.54-
YUV108.53155.35157.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=38.96%
G=20.26%
B=40.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150781570.040.5000.38294.6833.6246.08
Hex964E9D432026127222e
Octal2261162354620464474256
Binary100101101001110100111011001100100100110100100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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