#947498

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

Shades of Violet Blue #947498

Tints of Violet Blue #947498

Color information

#947498 (or 0x947498) is unknown color: approx Violet Blue. HEX triplet: 94, 74 and 98. RGB value is (148,116,152). Sum of RGB (Red+Green+Blue) = 148+116+152=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #947498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947498 is #6B8B67. Grayscale: #818181. Windows color (decimal): -7048040 or 9991316. OLE color: 9991316.

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

Color convert

RGB148116152-
CMYK0.030.2400.40
HSL293.33º14.88%52.55%-
HSV(B)293.33º23.68%59.61%-
XYZ24.1321.0532.5-
YUV129.67140.6141.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=35.58%
G=27.88%
B=36.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481161520.030.2400.40293.3314.8852.55
Hex947498318028125f35
Octal2241642303300504451765
Binary10010100111010010011000111100001010001001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947498; }

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

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

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

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

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

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

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

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