#967694

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

Shades of Violet Blue #967694

Tints of Violet Blue #967694

Color information

#967694 (or 0x967694) is unknown color: approx Violet Blue. HEX triplet: 96, 76 and 94. RGB value is (150,118,148). Sum of RGB (Red+Green+Blue) = 150+118+148=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #967694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967694 is #69896B. Grayscale: #828282. Windows color (decimal): -6916460 or 9729686. OLE color: 9729686.

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

Color convert

RGB150118148-
CMYK00.210.010.41
HSL303.75º13.22%52.55%-
HSV(B)303.75º21.33%58.82%-
XYZ24.421.5830.9-
YUV130.99137.6141.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=36.06%
G=28.37%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011814800.210.010.41303.7513.2252.55
Hex967694015129130d35
Octal2261662240251514601565
Binary1001011011101101001010001010111010011001100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967694; }

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

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

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

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

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

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

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

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