#965099

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

Shades of Violet Blue #965099

Tints of Violet Blue #965099

Color information

#965099 (or 0x965099) is unknown color: approx Violet Blue. HEX triplet: 96, 50 and 99. RGB value is (150,80,153). Sum of RGB (Red+Green+Blue) = 150+80+153=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #965099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965099 is #69AF66. Grayscale: #6D6D6D. Windows color (decimal): -6926183 or 10047638. OLE color: 10047638.

HSL color Cylindrical-coordinate representation of color #965099: hue angle of 297.53º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #965099 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15080153-
CMYK0.020.4800.4
HSL297.53º31.33%45.69%-
HSV(B)297.53º47.71%60%-
XYZ21.214.5231.82-
YUV109.25152.69157.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=39.16%
G=20.89%
B=39.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150801530.020.4800.4297.5331.3345.69
Hex96509923002812a1f2e
Octal2261202312600504523756
Binary1001011010100001001100110110000010100010010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965099; }

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

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

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

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

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

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

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

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