#967494

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

Shades of Violet Blue #967494

Tints of Violet Blue #967494

Color information

#967494 (or 0x967494) is unknown color: approx Violet Blue. HEX triplet: 96, 74 and 94. RGB value is (150,116,148). Sum of RGB (Red+Green+Blue) = 150+116+148=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #967494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967494 is #698B6B. Grayscale: #818181. Windows color (decimal): -6916972 or 9729174. OLE color: 9729174.

HSL color Cylindrical-coordinate representation of color #967494: hue angle of 303.53º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967494 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150116148-
CMYK00.230.010.41
HSL303.53º13.93%52.16%-
HSV(B)303.53º22.67%58.82%-
XYZ24.1721.1130.82-
YUV129.81138.26142.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=36.23%
G=28.02%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011614800.230.010.41303.5313.9352.16
Hex967494017129130e34
Octal2261642240271514601664
Binary1001011011101001001010001011111010011001100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967494; }

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

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

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

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

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

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

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

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