#965094

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

Shades of Violet Blue #965094

Tints of Violet Blue #965094

Color information

#965094 (or 0x965094) is unknown color: approx Violet Blue. HEX triplet: 96, 50 and 94. RGB value is (150,80,148). Sum of RGB (Red+Green+Blue) = 150+80+148=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #965094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965094 is #69AF6B. Grayscale: #6C6C6C. Windows color (decimal): -6926188 or 9719958. OLE color: 9719958.

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

Color convert

RGB15080148-
CMYK00.470.010.41
HSL301.71º30.43%45.1%-
HSV(B)301.71º46.67%58.82%-
XYZ20.7914.3629.69-
YUV108.68150.19157.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=39.68%
G=21.16%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508014800.470.010.41301.7130.4345.1
Hex96509402F12912e1e2d
Octal2261202240571514563655
Binary100101101010000100101000101111110100110010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965094; }

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

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

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

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

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

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

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

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