#965395

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

Shades of Violet Blue #965395

Tints of Violet Blue #965395

Color information

#965395 (or 0x965395) is unknown color: approx Violet Blue. HEX triplet: 96, 53 and 95. RGB value is (150,83,149). Sum of RGB (Red+Green+Blue) = 150+83+149=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #965395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965395 is #69AC6A. Grayscale: #6E6E6E. Windows color (decimal): -6925419 or 9786262. OLE color: 9786262.

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

Color convert

RGB15083149-
CMYK00.450.010.41
HSL300.9º28.76%45.69%-
HSV(B)300.9º44.67%58.82%-
XYZ21.114.8430.19-
YUV110.56149.7156.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=39.27%
G=21.73%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508314900.450.010.41300.928.7645.69
Hex96539502D12912d1d2e
Octal2261232250551514553556
Binary100101101010011100101010101101110100110010110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965395; }

 p { color: rgb(150,83,149); }

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

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

 a { background-color: rgb(150,83,149); }

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

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

 span { border-color: rgb(150,83,149); }

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