#964C9B

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

Shades of Violet Blue #964C9B

Tints of Violet Blue #964C9B

Color information

#964C9B (or 0x964C9B) is unknown color: approx Violet Blue. HEX triplet: 96, 4C and 9B. RGB value is (150,76,155). Sum of RGB (Red+Green+Blue) = 150+76+155=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #964C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964C9B is #69B364. Grayscale: #6A6A6A. Windows color (decimal): -6927205 or 10177686. OLE color: 10177686.

HSL color Cylindrical-coordinate representation of color #964C9B: hue angle of 296.2º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964C9B is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15076155-
CMYK0.030.5100.39
HSL296.2º34.2%45.29%-
HSV(B)296.2º50.97%60.78%-
XYZ21.0814.0232.61-
YUV107.13155.02158.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=39.37%
G=19.95%
B=40.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150761550.030.5100.39296.234.245.29
Hex964C9B333027128222d
Octal2261142333630474504255
Binary10010110100110010011011111100110100111100101000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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