#965D94

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

Shades of Violet Blue #965D94

Tints of Violet Blue #965D94

Color information

#965D94 (or 0x965D94) is unknown color: approx Violet Blue. HEX triplet: 96, 5D and 94. RGB value is (150,93,148). Sum of RGB (Red+Green+Blue) = 150+93+148=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #965D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D94 is #69A26B. Grayscale: #747474. Windows color (decimal): -6922860 or 9723286. OLE color: 9723286.

HSL color Cylindrical-coordinate representation of color #965D94: hue angle of 302.11º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #965D94 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15093148-
CMYK00.380.010.41
HSL302.11º23.46%47.65%-
HSV(B)302.11º38%58.82%-
XYZ21.8416.4530.04-
YUV116.31145.88152.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=38.36%
G=23.79%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509314800.380.010.41302.1123.4647.65
Hex965D9402612912e1730
Octal2261352240461514562760
Binary100101101011101100101000100110110100110010111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965D94; }

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

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

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

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

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

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

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

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