#946197

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

Shades of Violet Blue #946197

Tints of Violet Blue #946197

Color information

#946197 (or 0x946197) is unknown color: approx Violet Blue. HEX triplet: 94, 61 and 97. RGB value is (148,97,151). Sum of RGB (Red+Green+Blue) = 148+97+151=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #946197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946197 is #6B9E68. Grayscale: #767676. Windows color (decimal): -7052905 or 9920916. OLE color: 9920916.

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

Color convert

RGB14897151-
CMYK0.020.3600.41
HSL296.67º21.77%48.63%-
HSV(B)296.67º35.76%59.22%-
XYZ22.0717.0831.41-
YUV118.4146.4149.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=37.37%
G=24.49%
B=38.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148971510.020.3600.41296.6721.7748.63
Hex9461972240291291631
Octal2241412272440514512661
Binary1001010011000011001011110100100010100110010100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946197; }

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

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

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

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

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

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

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

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