#965CA5

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

Shades of Violet Blue #965CA5

Tints of Violet Blue #965CA5

Color information

#965CA5 (or 0x965CA5) is unknown color: approx Violet Blue. HEX triplet: 96, 5C and A5. RGB value is (150,92,165). Sum of RGB (Red+Green+Blue) = 150+92+165=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #965CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965CA5 is #69A35A. Grayscale: #757575. Windows color (decimal): -6923099 or 10837142. OLE color: 10837142.

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

Color convert

RGB15092165-
CMYK0.090.4400.35
HSL287.67º28.85%50.39%-
HSV(B)287.67º44.24%64.71%-
XYZ23.216.8537.63-
YUV117.66154.72151.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=36.86%
G=22.60%
B=40.54%

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
Decimal150921650.090.4400.35287.6728.8550.39
Hex965CA592C0231201d32
Octal22613424511540434403562
Binary100101101011100101001011001101100010001110010000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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