#965892

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

Shades of Violet Blue #965892

Tints of Violet Blue #965892

Color information

#965892 (or 0x965892) is unknown color: approx Violet Blue. HEX triplet: 96, 58 and 92. RGB value is (150,88,146). Sum of RGB (Red+Green+Blue) = 150+88+146=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #965892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965892 is #69A76D. Grayscale: #707070. Windows color (decimal): -6924142 or 9590934. OLE color: 9590934.

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

Color convert

RGB15088146-
CMYK00.410.030.41
HSL303.87º26.05%46.67%-
HSV(B)303.87º41.33%58.82%-
XYZ21.2615.5429.07-
YUV113.15146.54154.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=39.06%
G=22.92%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508814600.410.030.41303.8726.0546.67
Hex9658920293291301a2f
Octal2261302220513514603257
Binary1001011010110001001001001010011110100110011000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965892; }

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

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

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

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

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

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

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

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