#964F8F

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

Shades of Violet Blue #964F8F

Tints of Violet Blue #964F8F

Color information

#964F8F (or 0x964F8F) is unknown color: approx Violet Blue. HEX triplet: 96, 4F and 8F. RGB value is (150,79,143). Sum of RGB (Red+Green+Blue) = 150+79+143=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #964F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F8F is #69B070. Grayscale: #6B6B6B. Windows color (decimal): -6926449 or 9392022. OLE color: 9392022.

HSL color Cylindrical-coordinate representation of color #964F8F: hue angle of 305.92º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #964F8F is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15079143-
CMYK00.470.050.41
HSL305.92º31%44.9%-
HSV(B)305.92º47.33%58.82%-
XYZ20.3314.0627.63-
YUV107.52148.02158.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 143 (56.25% from 255) = 38.44%
R=40.32%
G=21.24%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507914300.470.050.41305.923144.9
Hex964F8F02F5291321f2d
Octal2261172170575514623755
Binary10010110100111110001111010111110110100110011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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