#95629D

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

Shades of Violet Blue #95629D

Tints of Violet Blue #95629D

Color information

#95629D (or 0x95629D) is unknown color: approx Violet Blue. HEX triplet: 95, 62 and 9D. RGB value is (149,98,157). Sum of RGB (Red+Green+Blue) = 149+98+157=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #95629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95629D is #6A9D62. Grayscale: #777777. Windows color (decimal): -6987107 or 10314389. OLE color: 10314389.

HSL color Cylindrical-coordinate representation of color #95629D: hue angle of 291.86º degrees, saturation: 0.23, 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 #95629D is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14998157-
CMYK0.050.3800.38
HSL291.86º23.14%50%-
HSV(B)291.86º37.58%61.57%-
XYZ22.8517.5634.08-
YUV119.98148.9148.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=36.88%
G=24.26%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149981570.050.3800.38291.8623.1450
Hex95629D5260261241732
Octal2251422355460464442762
Binary10010101110001010011101101100110010011010010010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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