#946998

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

Shades of Violet Blue #946998

Tints of Violet Blue #946998

Color information

#946998 (or 0x946998) is unknown color: approx Violet Blue. HEX triplet: 94, 69 and 98. RGB value is (148,105,152). Sum of RGB (Red+Green+Blue) = 148+105+152=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #946998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946998 is #6B9667. Grayscale: #7B7B7B. Windows color (decimal): -7050856 or 9988500. OLE color: 9988500.

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

Color convert

RGB148105152-
CMYK0.030.3100.40
HSL294.89º18.58%50.39%-
HSV(B)294.89º30.92%59.61%-
XYZ22.9318.6732.1-
YUV123.22144.25145.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 152 (59.77% from 255) = 37.53%
R=36.54%
G=25.93%
B=37.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481051520.030.3100.40294.8918.5850.39
Hex94699831F0281271332
Octal2241512303370504472362
Binary100101001101001100110001111111010100010010011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946998; }

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

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

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

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

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

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

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

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