#964D8F

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

Shades of Violet Blue #964D8F

Tints of Violet Blue #964D8F

Color information

#964D8F (or 0x964D8F) is unknown color: approx Violet Blue. HEX triplet: 96, 4D and 8F. RGB value is (150,77,143). Sum of RGB (Red+Green+Blue) = 150+77+143=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #964D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D8F is #69B270. Grayscale: #6A6A6A. Windows color (decimal): -6926961 or 9391510. OLE color: 9391510.

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

Color convert

RGB15077143-
CMYK00.490.050.41
HSL305.75º32.16%44.51%-
HSV(B)305.75º48.67%58.82%-
XYZ20.1913.7727.58-
YUV106.35148.68159.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 143 (56.25% from 255) = 38.65%
R=40.54%
G=20.81%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507714300.490.050.41305.7532.1644.51
Hex964D8F031529132202d
Octal2261152170615514624055
Binary100101101001101100011110110001101101001100110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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