#965795

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

Shades of Violet Blue #965795

Tints of Violet Blue #965795

Color information

#965795 (or 0x965795) is unknown color: approx Violet Blue. HEX triplet: 96, 57 and 95. RGB value is (150,87,149). Sum of RGB (Red+Green+Blue) = 150+87+149=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #965795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965795 is #69A86A. Grayscale: #707070. Windows color (decimal): -6924395 or 9787286. OLE color: 9787286.

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

Color convert

RGB15087149-
CMYK00.420.010.41
HSL300.95º26.58%46.47%-
HSV(B)300.95º42%58.82%-
XYZ21.4115.4730.29-
YUV112.9148.37154.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=38.86%
G=22.54%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508714900.420.010.41300.9526.5846.47
Hex96579502A12912d1b2e
Octal2261272250521514553356
Binary100101101010111100101010101010110100110010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965795; }

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

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

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

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

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

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

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

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