#965498

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

Shades of Violet Blue #965498

Tints of Violet Blue #965498

Color information

#965498 (or 0x965498) is unknown color: approx Violet Blue. HEX triplet: 96, 54 and 98. RGB value is (150,84,152). Sum of RGB (Red+Green+Blue) = 150+84+152=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #965498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965498 is #69AB67. Grayscale: #6F6F6F. Windows color (decimal): -6925160 or 9983126. OLE color: 9983126.

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

Color convert

RGB15084152-
CMYK0.010.4500.40
HSL298.24º28.81%46.27%-
HSV(B)298.24º44.74%59.61%-
XYZ21.4215.0931.49-
YUV111.49150.87155.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=38.86%
G=21.76%
B=39.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150841520.010.4500.40298.2428.8146.27
Hex96549812D02812a1d2e
Octal2261242301550504523556
Binary100101101010100100110001101101010100010010101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965498; }

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

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

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

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

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

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

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

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