#955190

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

Shades of Violet Blue #955190

Tints of Violet Blue #955190

Color information

#955190 (or 0x955190) is unknown color: approx Violet Blue. HEX triplet: 95, 51 and 90. RGB value is (149,81,144). Sum of RGB (Red+Green+Blue) = 149+81+144=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #955190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955190 is #6AAE6F. Grayscale: #6C6C6C. Windows color (decimal): -6991472 or 9458069. OLE color: 9458069.

HSL color Cylindrical-coordinate representation of color #955190: hue angle of 304.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955190 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14981144-
CMYK00.460.030.42
HSL304.41º29.57%45.1%-
HSV(B)304.41º45.64%58.43%-
XYZ20.3714.2928.07-
YUV108.51148.03156.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=39.84%
G=21.66%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498114400.460.030.42304.4129.5745.1
Hex95519002E32A1301e2d
Octal2251212200563524603655
Binary1001010110100011001000001011101110101010011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955190; }

 p { color: rgb(149,81,144); }

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

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

 a { background-color: rgb(149,81,144); }

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

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

 span { border-color: rgb(149,81,144); }

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