#964F9B

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

Shades of Violet Blue #964F9B

Tints of Violet Blue #964F9B

Color information

#964F9B (or 0x964F9B) is unknown color: approx Violet Blue. HEX triplet: 96, 4F and 9B. RGB value is (150,79,155). Sum of RGB (Red+Green+Blue) = 150+79+155=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #964F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F9B is #69B064. Grayscale: #6C6C6C. Windows color (decimal): -6926437 or 10178454. OLE color: 10178454.

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

Color convert

RGB15079155-
CMYK0.030.4900.39
HSL296.05º32.48%45.88%-
HSV(B)296.05º49.03%60.78%-
XYZ21.2914.4432.68-
YUV108.89154.02157.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=39.06%
G=20.57%
B=40.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150791550.030.4900.39296.0532.4845.88
Hex964F9B331027128202e
Octal2261172333610474504056
Binary10010110100111110011011111100010100111100101000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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