#965493

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

Shades of Violet Blue #965493

Tints of Violet Blue #965493

Color information

#965493 (or 0x965493) is unknown color: approx Violet Blue. HEX triplet: 96, 54 and 93. RGB value is (150,84,147). Sum of RGB (Red+Green+Blue) = 150+84+147=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #965493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965493 is #69AB6C. Grayscale: #6E6E6E. Windows color (decimal): -6925165 or 9655446. OLE color: 9655446.

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

Color convert

RGB15084147-
CMYK00.440.020.41
HSL302.73º28.21%45.88%-
HSV(B)302.73º44%58.82%-
XYZ21.0114.9329.38-
YUV110.92148.37155.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=39.37%
G=22.05%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508414700.440.020.41302.7328.2145.88
Hex96549302C22912f1c2e
Octal2261242230542514573456
Binary1001011010101001001001101011001010100110010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965493; }

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

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

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

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

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

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

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

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