#967698

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

Shades of Violet Blue #967698

Tints of Violet Blue #967698

Color information

#967698 (or 0x967698) is unknown color: approx Violet Blue. HEX triplet: 96, 76 and 98. RGB value is (150,118,152). Sum of RGB (Red+Green+Blue) = 150+118+152=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #967698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967698 is #698967. Grayscale: #838383. Windows color (decimal): -6916456 or 9991830. OLE color: 9991830.

HSL color Cylindrical-coordinate representation of color #967698: hue angle of 296.47º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967698 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB150118152-
CMYK0.010.2200.40
HSL296.47º14.17%52.94%-
HSV(B)296.47º22.37%59.61%-
XYZ24.7221.7132.59-
YUV131.44139.6141.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=35.71%
G=28.10%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501181520.010.2200.40296.4714.1752.94
Hex967698116028128e35
Octal2261662301260504501665
Binary1001011011101101001100011011001010001001010001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967698; }

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

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

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

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

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

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

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

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