#965598

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

Shades of Violet Blue #965598

Tints of Violet Blue #965598

Color information

#965598 (or 0x965598) is unknown color: approx Violet Blue. HEX triplet: 96, 55 and 98. RGB value is (150,85,152). Sum of RGB (Red+Green+Blue) = 150+85+152=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 152 - color contains mainly: blue. Hex color #965598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965598 is #69AA67. Grayscale: #6F6F6F. Windows color (decimal): -6924904 or 9983382. OLE color: 9983382.

HSL color Cylindrical-coordinate representation of color #965598: hue angle of 298.21º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965598 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15085152-
CMYK0.010.4400.40
HSL298.21º28.27%46.47%-
HSV(B)298.21º44.08%59.61%-
XYZ21.4915.2531.52-
YUV112.07150.53155.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 152 (59.77% from 255) = 39.28%
R=38.76%
G=21.96%
B=39.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150851520.010.4400.40298.2128.2746.47
Hex96559812C02812a1c2e
Octal2261252301540504523456
Binary100101101010101100110001101100010100010010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965598; }

 p { color: rgb(150,85,152); }

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

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

 a { background-color: rgb(150,85,152); }

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

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

 span { border-color: rgb(150,85,152); }

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