#9E669D

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

Shades of Violet Blue #9E669D

Tints of Violet Blue #9E669D

Color information

#9E669D (or 0x9E669D) is unknown color: approx Violet Blue. HEX triplet: 9E, 66 and 9D. RGB value is (158,102,157). Sum of RGB (Red+Green+Blue) = 158+102+157=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E669D is #619962. Grayscale: #7C7C7C. Windows color (decimal): -6396259 or 10315422. OLE color: 10315422.

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

Color convert

RGB158102157-
CMYK00.350.010.38
HSL301.07º22.4%50.98%-
HSV(B)301.07º35.44%61.96%-
XYZ24.9419.2134.29-
YUV125.01146.05151.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=37.89%
G=24.46%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810215700.350.010.38301.0722.450.98
Hex9E669D02312612d1633
Octal2361462350431464552663
Binary100111101100110100111010100011110011010010110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,102,157); }

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

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

 a { background-color: rgb(158,102,157); }

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

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

 span { border-color: rgb(158,102,157); }

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