#95639B

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

Shades of Violet Blue #95639B

Tints of Violet Blue #95639B

Color information

#95639B (or 0x95639B) is unknown color: approx Violet Blue. HEX triplet: 95, 63 and 9B. RGB value is (149,99,155). Sum of RGB (Red+Green+Blue) = 149+99+155=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #95639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95639B is #6A9C64. Grayscale: #787878. Windows color (decimal): -6986853 or 10183573. OLE color: 10183573.

HSL color Cylindrical-coordinate representation of color #95639B: hue angle of 293.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95639B is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14999155-
CMYK0.040.3600.39
HSL293.57º22.05%49.8%-
HSV(B)293.57º36.13%60.78%-
XYZ22.7717.6833.22-
YUV120.33147.56148.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=36.97%
G=24.57%
B=38.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149991550.040.3600.39293.5722.0549.8
Hex95639B4240271261632
Octal2251432334440474462662
Binary10010101110001110011011100100100010011110010011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95639B; }

 p { color: rgb(149,99,155); }

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

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

 a { background-color: rgb(149,99,155); }

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

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

 span { border-color: rgb(149,99,155); }

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