#956190

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

Shades of Violet Blue #956190

Tints of Violet Blue #956190

Color information

#956190 (or 0x956190) is unknown color: approx Violet Blue. HEX triplet: 95, 61 and 90. RGB value is (149,97,144). Sum of RGB (Red+Green+Blue) = 149+97+144=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #956190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956190 is #6A9E6F. Grayscale: #757575. Windows color (decimal): -6987376 or 9462165. OLE color: 9462165.

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

Color convert

RGB14997144-
CMYK00.350.030.42
HSL305.77º21.14%48.24%-
HSV(B)305.77º34.9%58.43%-
XYZ21.716.9528.51-
YUV117.91142.73150.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=38.21%
G=24.87%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499714400.350.030.42305.7721.1448.24
Hex95619002332A1321530
Octal2251412200433524622560
Binary1001010111000011001000001000111110101010011001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956190; }

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

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

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

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

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

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

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

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