#964693

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

Shades of Violet Blue #964693

Tints of Violet Blue #964693

Color information

#964693 (or 0x964693) is unknown color: approx Violet Blue. HEX triplet: 96, 46 and 93. RGB value is (150,70,147). Sum of RGB (Red+Green+Blue) = 150+70+147=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964693 is #69B96C. Grayscale: #666666. Windows color (decimal): -6928749 or 9651862. OLE color: 9651862.

HSL color Cylindrical-coordinate representation of color #964693: hue angle of 302.25º 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 #964693 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15070147-
CMYK00.530.020.41
HSL302.25º36.36%43.14%-
HSV(B)302.25º53.33%58.82%-
XYZ20.0312.9729.05-
YUV102.7153161.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=40.87%
G=19.07%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507014700.530.020.41302.2536.3643.14
Hex96469303522912e242b
Octal2261062230652514564453
Binary10010110100011010010011011010110101001100101110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964693; }

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

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

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

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

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

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

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

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