#946297

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

Shades of Violet Blue #946297

Tints of Violet Blue #946297

Color information

#946297 (or 0x946297) is unknown color: approx Violet Blue. HEX triplet: 94, 62 and 97. RGB value is (148,98,151). Sum of RGB (Red+Green+Blue) = 148+98+151=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #946297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946297 is #6B9D68. Grayscale: #767676. Windows color (decimal): -7052649 or 9921172. OLE color: 9921172.

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

Color convert

RGB14898151-
CMYK0.020.3500.41
HSL296.6º21.29%48.82%-
HSV(B)296.6º35.1%59.22%-
XYZ22.1717.2731.44-
YUV118.99146.06148.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=37.28%
G=24.69%
B=38.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148981510.020.3500.41296.621.2948.82
Hex9462972230291291531
Octal2241422272430514512561
Binary1001010011000101001011110100011010100110010100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946297; }

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

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

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

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

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

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

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

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