#95629F

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

Shades of Violet Blue #95629F

Tints of Violet Blue #95629F

Color information

#95629F (or 0x95629F) is unknown color: approx Violet Blue. HEX triplet: 95, 62 and 9F. RGB value is (149,98,159). Sum of RGB (Red+Green+Blue) = 149+98+159=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #95629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95629F is #6A9D60. Grayscale: #787878. Windows color (decimal): -6987105 or 10445461. OLE color: 10445461.

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

Color convert

RGB14998159-
CMYK0.060.3800.38
HSL290.16º24.11%50.39%-
HSV(B)290.16º38.36%62.35%-
XYZ23.0217.6334.99-
YUV120.2149.9148.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=36.70%
G=24.14%
B=39.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149981590.060.3800.38290.1624.1150.39
Hex95629F6260261221832
Octal2251422376460464423062
Binary10010101110001010011111110100110010011010010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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