#9A8BEB

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

Shades of Medium Purple #9A8BEB

Tints of Medium Purple #9A8BEB

Color information

#9A8BEB (or 0x9A8BEB) is unknown color: approx Medium Purple. HEX triplet: 9A, 8B and EB. RGB value is (154,139,235). Sum of RGB (Red+Green+Blue) = 154+139+235=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BEB is #657414. Grayscale: #9A9A9A. Windows color (decimal): -6648853 or 15436698. OLE color: 15436698.

HSL color Cylindrical-coordinate representation of color #9A8BEB: hue angle of 249.38º degrees, saturation: 0.71, 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 #9A8BEB is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154139235-
CMYK0.340.4100.08
HSL249.38º70.59%73.33%-
HSV(B)249.38º40.85%92.16%-
XYZ37.5531.3382.67-
YUV154.43173.47127.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.17%
GREEN value IS 139 (54.69% from 255) = 26.33%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=29.17%
G=26.33%
B=44.51%

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
Decimal1541392350.340.4100.08249.3870.5973.33
Hex9A8BEB222908f94749
Octal2322133534251010371107111
Binary100110101000101111101011100010101001010001111100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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