#965092

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

Shades of Violet Blue #965092

Tints of Violet Blue #965092

Color information

#965092 (or 0x965092) is unknown color: approx Violet Blue. HEX triplet: 96, 50 and 92. RGB value is (150,80,146). Sum of RGB (Red+Green+Blue) = 150+80+146=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #965092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965092 is #69AF6D. Grayscale: #6C6C6C. Windows color (decimal): -6926190 or 9588886. OLE color: 9588886.

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

Color convert

RGB15080146-
CMYK00.470.030.41
HSL303.43º30.43%45.1%-
HSV(B)303.43º46.67%58.82%-
XYZ20.6314.328.87-
YUV108.45149.19157.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=39.89%
G=21.28%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508014600.470.030.41303.4330.4345.1
Hex96509202F32912f1e2d
Octal2261202220573514573655
Binary1001011010100001001001001011111110100110010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965092; }

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

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

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

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

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

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

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

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