#965097

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

Shades of Violet Blue #965097

Tints of Violet Blue #965097

Color information

#965097 (or 0x965097) is unknown color: approx Violet Blue. HEX triplet: 96, 50 and 97. RGB value is (150,80,151). Sum of RGB (Red+Green+Blue) = 150+80+151=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #965097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965097 is #69AF68. Grayscale: #6C6C6C. Windows color (decimal): -6926185 or 9916566. OLE color: 9916566.

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

Color convert

RGB15080151-
CMYK0.010.4700.41
HSL299.15º30.74%45.29%-
HSV(B)299.15º47.02%59.22%-
XYZ21.0314.4630.96-
YUV109.02151.69157.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 151 (59.38% from 255) = 39.63%
R=39.37%
G=21.00%
B=39.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150801510.010.4700.41299.1530.7445.29
Hex96509712F02912b1f2d
Octal2261202271570514533755
Binary100101101010000100101111101111010100110010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965097; }

 p { color: rgb(150,80,151); }

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

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

 a { background-color: rgb(150,80,151); }

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

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

 span { border-color: rgb(150,80,151); }

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