#9A8BEA

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

Shades of Medium Purple #9A8BEA

Tints of Medium Purple #9A8BEA

Color information

#9A8BEA (or 0x9A8BEA) is unknown color: approx Medium Purple. HEX triplet: 9A, 8B and EA. RGB value is (154,139,234). Sum of RGB (Red+Green+Blue) = 154+139+234=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BEA is #657415. Grayscale: #999999. Windows color (decimal): -6648854 or 15371162. OLE color: 15371162.

HSL color Cylindrical-coordinate representation of color #9A8BEA: hue angle of 249.47º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A8BEA is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154139234-
CMYK0.340.4100.08
HSL249.47º69.34%73.14%-
HSV(B)249.47º40.6%91.76%-
XYZ37.4131.2881.91-
YUV154.32172.97127.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=29.22%
G=26.38%
B=44.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541392340.340.4100.08249.4769.3473.14
Hex9A8BEA222908f94549
Octal2322133524251010371105111
Binary100110101000101111101010100010101001010001111100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,139,234); }

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

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

 a { background-color: rgb(154,139,234); }

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

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

 span { border-color: rgb(154,139,234); }

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