#9E67AA

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

Shades of Violet Blue #9E67AA

Tints of Violet Blue #9E67AA

Color information

#9E67AA (or 0x9E67AA) is unknown color: approx Violet Blue. HEX triplet: 9E, 67 and AA. RGB value is (158,103,170). Sum of RGB (Red+Green+Blue) = 158+103+170=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E67AA is #619855. Grayscale: #7E7E7E. Windows color (decimal): -6395990 or 11167646. OLE color: 11167646.

HSL color Cylindrical-coordinate representation of color #9E67AA: hue angle of 289.25º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E67AA is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158103170-
CMYK0.070.3900.33
HSL289.25º28.27%53.53%-
HSV(B)289.25º39.41%66.67%-
XYZ26.2119.8740.48-
YUV127.08152.22150.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.66%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=36.66%
G=23.90%
B=39.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581031700.070.3900.33289.2528.2753.53
Hex9E67AA7270211211c36
Octal2361472527470414413466
Binary10011110110011110101010111100111010000110010000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,103,170); }

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

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

 a { background-color: rgb(158,103,170); }

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

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

 span { border-color: rgb(158,103,170); }

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