#964692

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

Shades of Violet Blue #964692

Tints of Violet Blue #964692

Color information

#964692 (or 0x964692) is unknown color: approx Violet Blue. HEX triplet: 96, 46 and 92. RGB value is (150,70,146). Sum of RGB (Red+Green+Blue) = 150+70+146=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964692 is #69B96D. Grayscale: #666666. Windows color (decimal): -6928750 or 9586326. OLE color: 9586326.

HSL color Cylindrical-coordinate representation of color #964692: hue angle of 303º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964692 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15070146-
CMYK00.530.030.41
HSL303º36.36%43.14%-
HSV(B)303º53.33%58.82%-
XYZ19.9612.9428.64-
YUV102.58152.5161.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=40.98%
G=19.13%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507014600.530.030.4130336.3643.14
Hex96469203532912f242b
Octal2261062220653514574453
Binary10010110100011010010010011010111101001100101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964692; }

 p { color: rgb(150,70,146); }

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

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

 a { background-color: rgb(150,70,146); }

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

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

 span { border-color: rgb(150,70,146); }

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