#966998

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

Shades of Violet Blue #966998

Tints of Violet Blue #966998

Color information

#966998 (or 0x966998) is unknown color: approx Violet Blue. HEX triplet: 96, 69 and 98. RGB value is (150,105,152). Sum of RGB (Red+Green+Blue) = 150+105+152=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #966998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966998 is #699667. Grayscale: #7B7B7B. Windows color (decimal): -6919784 or 9988502. OLE color: 9988502.

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

Color convert

RGB150105152-
CMYK0.010.3100.40
HSL297.45º18.58%50.39%-
HSV(B)297.45º30.92%59.61%-
XYZ23.318.8532.12-
YUV123.81143.91146.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=36.86%
G=25.80%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501051520.010.3100.40297.4518.5850.39
Hex96699811F0281291332
Octal2261512301370504512362
Binary10010110110100110011000111111010100010010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966998; }

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

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

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

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

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

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

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

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