#964F9F

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

Shades of Violet Blue #964F9F

Tints of Violet Blue #964F9F

Color information

#964F9F (or 0x964F9F) is unknown color: approx Violet Blue. HEX triplet: 96, 4F and 9F. RGB value is (150,79,159). Sum of RGB (Red+Green+Blue) = 150+79+159=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #964F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F9F is #69B060. Grayscale: #6D6D6D. Windows color (decimal): -6926433 or 10440598. OLE color: 10440598.

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

Color convert

RGB15079159-
CMYK0.060.5000.38
HSL293.25º33.61%46.67%-
HSV(B)293.25º50.31%62.35%-
XYZ21.6314.5834.47-
YUV109.35156.02157-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=38.66%
G=20.36%
B=40.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150791590.060.5000.38293.2533.6146.67
Hex964F9F632026125222f
Octal2261172376620464454257
Binary100101101001111100111111101100100100110100100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,79,159); }

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

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

 a { background-color: rgb(150,79,159); }

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

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

 span { border-color: rgb(150,79,159); }

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