#965692

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

Shades of Violet Blue #965692

Tints of Violet Blue #965692

Color information

#965692 (or 0x965692) is unknown color: approx Violet Blue. HEX triplet: 96, 56 and 92. RGB value is (150,86,146). Sum of RGB (Red+Green+Blue) = 150+86+146=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #965692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965692 is #69A96D. Grayscale: #6F6F6F. Windows color (decimal): -6924654 or 9590422. OLE color: 9590422.

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

Color convert

RGB15086146-
CMYK00.430.030.41
HSL303.75º27.12%46.27%-
HSV(B)303.75º42.67%58.82%-
XYZ21.0915.2129.02-
YUV111.98147.2155.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=39.27%
G=22.51%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508614600.430.030.41303.7527.1246.27
Hex96569202B3291301b2e
Octal2261262220533514603356
Binary1001011010101101001001001010111110100110011000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965692; }

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

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

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

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

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

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

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

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