#965792

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

Shades of Violet Blue #965792

Tints of Violet Blue #965792

Color information

#965792 (or 0x965792) is unknown color: approx Violet Blue. HEX triplet: 96, 57 and 92. RGB value is (150,87,146). Sum of RGB (Red+Green+Blue) = 150+87+146=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #965792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965792 is #69A86D. Grayscale: #707070. Windows color (decimal): -6924398 or 9590678. OLE color: 9590678.

HSL color Cylindrical-coordinate representation of color #965792: hue angle of 303.81º 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 #965792 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15087146-
CMYK00.420.030.41
HSL303.81º26.58%46.47%-
HSV(B)303.81º42%58.82%-
XYZ21.1715.3829.05-
YUV112.56146.87154.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=39.16%
G=22.72%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508714600.420.030.41303.8126.5846.47
Hex96579202A3291301b2e
Octal2261272220523514603356
Binary1001011010101111001001001010101110100110011000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965792; }

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

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

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

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

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

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

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

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