#9E649F

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

Shades of Violet Blue #9E649F

Tints of Violet Blue #9E649F

Color information

#9E649F (or 0x9E649F) is unknown color: approx Violet Blue. HEX triplet: 9E, 64 and 9F. RGB value is (158,100,159). Sum of RGB (Red+Green+Blue) = 158+100+159=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E649F is #619B60. Grayscale: #7B7B7B. Windows color (decimal): -6396769 or 10445982. OLE color: 10445982.

HSL color Cylindrical-coordinate representation of color #9E649F: hue angle of 298.98º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E649F is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB158100159-
CMYK0.010.3700.38
HSL298.98º23.51%50.78%-
HSV(B)298.98º37.11%62.35%-
XYZ24.9218.8935.13-
YUV124.07147.72152.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=37.89%
G=23.98%
B=38.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581001590.010.3700.38298.9823.5150.78
Hex9E649F12502612b1833
Octal2361442371450464533063
Binary100111101100100100111111100101010011010010101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E649F; }

 p { color: rgb(158,100,159); }

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

<style>
 a { background-color: #9E649F; }

 a { background-color: rgb(158,100,159); }

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

<style>
 span { border-color: #9E649F; }

 span { border-color: rgb(158,100,159); }

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