#954A92

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

Shades of Violet Blue #954A92

Tints of Violet Blue #954A92

Color information

#954A92 (or 0x954A92) is unknown color: approx Violet Blue. HEX triplet: 95, 4A and 92. RGB value is (149,74,146). Sum of RGB (Red+Green+Blue) = 149+74+146=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #954A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A92 is #6AB56D. Grayscale: #686868. Windows color (decimal): -6993262 or 9587349. OLE color: 9587349.

HSL color Cylindrical-coordinate representation of color #954A92: hue angle of 302.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A92 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14974146-
CMYK00.500.020.42
HSL302.4º33.63%43.73%-
HSV(B)302.4º50.34%58.43%-
XYZ20.0313.3628.72-
YUV104.63151.35159.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=40.38%
G=20.05%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497414600.500.020.42302.433.6343.73
Hex954A9203222A12e222c
Octal2251122220622524564254
Binary10010101100101010010010011001010101010100101110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A92; }

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

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

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

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

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

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

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

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