#954892

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

Shades of Violet Blue #954892

Tints of Violet Blue #954892

Color information

#954892 (or 0x954892) is unknown color: approx Violet Blue. HEX triplet: 95, 48 and 92. RGB value is (149,72,146). Sum of RGB (Red+Green+Blue) = 149+72+146=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #954892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954892 is #6AB76D. Grayscale: #676767. Windows color (decimal): -6993774 or 9586837. OLE color: 9586837.

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

Color convert

RGB14972146-
CMYK00.520.020.42
HSL302.34º34.84%43.33%-
HSV(B)302.34º51.68%58.43%-
XYZ19.913.128.67-
YUV103.46152.01160.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=40.60%
G=19.62%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497214600.520.020.42302.3434.8443.33
Hex95489203422A12e232b
Octal2251102220642524564353
Binary10010101100100010010010011010010101010100101110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954892; }

 p { color: rgb(149,72,146); }

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

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

 a { background-color: rgb(149,72,146); }

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

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

 span { border-color: rgb(149,72,146); }

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