#95639E

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

Shades of Violet Blue #95639E

Tints of Violet Blue #95639E

Color information

#95639E (or 0x95639E) is unknown color: approx Violet Blue. HEX triplet: 95, 63 and 9E. RGB value is (149,99,158). Sum of RGB (Red+Green+Blue) = 149+99+158=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #95639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95639E is #6A9C61. Grayscale: #787878. Windows color (decimal): -6986850 or 10380181. OLE color: 10380181.

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

Color convert

RGB14999158-
CMYK0.060.3700.38
HSL290.85º23.32%50.39%-
HSV(B)290.85º37.34%61.96%-
XYZ23.0317.7834.57-
YUV120.68149.06148.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=36.70%
G=24.38%
B=38.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149991580.060.3700.38290.8523.3250.39
Hex95639E6250261231732
Octal2251432366450464432762
Binary10010101110001110011110110100101010011010010001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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