#9A8AEE

Color #9A8AEE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9A8AEE

Tints of Medium Purple #9A8AEE

Color information

#9A8AEE (or 0x9A8AEE) is unknown color: approx Medium Purple. HEX triplet: 9A, 8A and EE. RGB value is (154,138,238). Sum of RGB (Red+Green+Blue) = 154+138+238=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A8AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AEE is #657511. Grayscale: #999999. Windows color (decimal): -6649106 or 15633050. OLE color: 15633050.

HSL color Cylindrical-coordinate representation of color #9A8AEE: hue angle of 249.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A8AEE is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154138238-
CMYK0.350.4200.07
HSL249.6º74.63%73.73%-
HSV(B)249.6º42.02%93.33%-
XYZ37.8531.2284.92-
YUV154.18175.3127.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.06%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=29.06%
G=26.04%
B=44.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541382380.350.4200.07249.674.6373.73
Hex9A8AEE232A07fa4b4a
Octal232212356435207372113112
Binary10011010100010101110111010001110101001111111101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,138,238); }

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

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

 a { background-color: rgb(154,138,238); }

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

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

 span { border-color: rgb(154,138,238); }

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