#946198

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

Shades of Violet Blue #946198

Tints of Violet Blue #946198

Color information

#946198 (or 0x946198) is unknown color: approx Violet Blue. HEX triplet: 94, 61 and 98. RGB value is (148,97,152). Sum of RGB (Red+Green+Blue) = 148+97+152=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #946198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946198 is #6B9E67. Grayscale: #767676. Windows color (decimal): -7052904 or 9986452. OLE color: 9986452.

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

Color convert

RGB14897152-
CMYK0.030.3600.40
HSL295.64º22.09%48.82%-
HSV(B)295.64º36.18%59.61%-
XYZ22.1517.1131.84-
YUV118.52146.9149.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=37.28%
G=24.43%
B=38.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148971520.030.3600.40295.6422.0948.82
Hex9461983240281281631
Octal2241412303440504502661
Binary1001010011000011001100011100100010100010010100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946198; }

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

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

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

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

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

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

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

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