#947594

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

Shades of Violet Blue #947594

Tints of Violet Blue #947594

Color information

#947594 (or 0x947594) is unknown color: approx Violet Blue. HEX triplet: 94, 75 and 94. RGB value is (148,117,148). Sum of RGB (Red+Green+Blue) = 148+117+148=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #947594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947594 is #6B8A6B. Grayscale: #818181. Windows color (decimal): -7047788 or 9729428. OLE color: 9729428.

HSL color Cylindrical-coordinate representation of color #947594: hue angle of 300º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947594 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148117148-
CMYK00.2100.42
HSL300º12.65%51.96%-
HSV(B)300º20.95%58.04%-
XYZ23.9221.1630.84-
YUV129.8138.27140.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=35.84%
G=28.33%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811714800.2100.4230012.6551.96
Hex94759401502A12cd34
Octal2241652240250524541564
Binary1001010011101011001010001010101010101001011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947594; }

 p { color: rgb(148,117,148); }

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

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

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

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

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

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

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