#95619F

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

Shades of Violet Blue #95619F

Tints of Violet Blue #95619F

Color information

#95619F (or 0x95619F) is unknown color: approx Violet Blue. HEX triplet: 95, 61 and 9F. RGB value is (149,97,159). Sum of RGB (Red+Green+Blue) = 149+97+159=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #95619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95619F is #6A9E60. Grayscale: #777777. Windows color (decimal): -6987361 or 10445205. OLE color: 10445205.

HSL color Cylindrical-coordinate representation of color #95619F: hue angle of 290.32º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95619F is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14997159-
CMYK0.060.3900.38
HSL290.32º24.41%50.2%-
HSV(B)290.32º38.99%62.35%-
XYZ22.9317.4434.96-
YUV119.62150.23148.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=36.79%
G=23.95%
B=39.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149971590.060.3900.38290.3224.4150.2
Hex95619F6270261221832
Octal2251412376470464423062
Binary10010101110000110011111110100111010011010010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95619F; }

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

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

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

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

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

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

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

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