#965DA5

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

Shades of Violet Blue #965DA5

Tints of Violet Blue #965DA5

Color information

#965DA5 (or 0x965DA5) is unknown color: approx Violet Blue. HEX triplet: 96, 5D and A5. RGB value is (150,93,165). Sum of RGB (Red+Green+Blue) = 150+93+165=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 165 - color contains mainly: blue. Hex color #965DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DA5 is #69A25A. Grayscale: #767676. Windows color (decimal): -6922843 or 10837398. OLE color: 10837398.

HSL color Cylindrical-coordinate representation of color #965DA5: hue angle of 287.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965DA5 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15093165-
CMYK0.090.4400.35
HSL287.5º28.57%50.59%-
HSV(B)287.5º43.64%64.71%-
XYZ23.2817.0337.66-
YUV118.25154.38150.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=36.76%
G=22.79%
B=40.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150931650.090.4400.35287.528.5750.59
Hex965DA592C0231201d33
Octal22613524511540434403563
Binary100101101011101101001011001101100010001110010000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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