#965694

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

Shades of Violet Blue #965694

Tints of Violet Blue #965694

Color information

#965694 (or 0x965694) is unknown color: approx Violet Blue. HEX triplet: 96, 56 and 94. RGB value is (150,86,148). Sum of RGB (Red+Green+Blue) = 150+86+148=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #965694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965694 is #69A96B. Grayscale: #707070. Windows color (decimal): -6924652 or 9721494. OLE color: 9721494.

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

Color convert

RGB15086148-
CMYK00.430.010.41
HSL301.88º27.12%46.27%-
HSV(B)301.88º42.67%58.82%-
XYZ21.2515.2829.85-
YUV112.2148.2154.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=39.06%
G=22.40%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508614800.430.010.41301.8827.1246.27
Hex96569402B12912e1b2e
Octal2261262240531514563356
Binary100101101010110100101000101011110100110010111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965694; }

 p { color: rgb(150,86,148); }

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

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

 a { background-color: rgb(150,86,148); }

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

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

 span { border-color: rgb(150,86,148); }

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