#967798

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

Shades of Violet Blue #967798

Tints of Violet Blue #967798

Color information

#967798 (or 0x967798) is unknown color: approx Violet Blue. HEX triplet: 96, 77 and 98. RGB value is (150,119,152). Sum of RGB (Red+Green+Blue) = 150+119+152=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 152 - color contains mainly: blue. Hex color #967798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967798 is #698867. Grayscale: #838383. Windows color (decimal): -6916200 or 9992086. OLE color: 9992086.

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

Color convert

RGB150119152-
CMYK0.010.2200.40
HSL296.36º13.81%53.14%-
HSV(B)296.36º21.71%59.61%-
XYZ24.8421.9432.63-
YUV132.03139.27140.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=35.63%
G=28.27%
B=36.10%

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
Decimal1501191520.010.2200.40296.3613.8153.14
Hex967798116028128e35
Octal2261672301260504501665
Binary1001011011101111001100011011001010001001010001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967798; }

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

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

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

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

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

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

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

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