Html Css Color HEX #9A8AE1 Medium Purple

📋 copy color: '#9A8AE1'

red 154 ◦ green 138 ◦ blue 225

#9A8AE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9A8AE1

Tints of Medium Purple #9A8AE1

RGB

 RED value IS 154 (60.55% from 255) = 29.79%

 GREEN value IS 138 (54.3% from 255) = 26.69%

 BLUE value IS 225 (88.28% from 255) = 43.52%

R = 29.79%
G = 26.69%
B = 43.52%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9A8AE1 (or 0x9A8AE1) is known color: Medium Purple. HEX triplet: 9A, 8A and E1. RGB value is (154,138,225). Sum of RGB (Red+Green+Blue) = 154+138+225=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #9A8AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8AE1 is #65751E. Grayscale: #989898. Windows color (decimal): -6649119 or 14781082. OLE color: 14781082.

HSL color Cylindrical-coordinate representation of color #9A8AE1: hue angle of 251.03º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A8AE1 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 154 138 225 -
CMYK 0.32 0.39 0 0.12
HSL 251.03º 0.59% 0.71% -
HSV(B) 251.03º 0.39% 0.88% -
XYZ 36.01 30.48 75.22 -
YUV 152.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 154 138 225 0.32 0.39 0 0.12 251.03 0.59 0.71
Hex 9A 8A E1 20 27 0 C FB 3B 47
Octal 232 212 341 40 47 0 14 373 73 107
Binary 10011010 10001010 11100001 100000 100111 0 1100 11111011 111011 1000111

Color Harmonies of #9A8AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8AE1

Black with #9A8AE1

Text Example


Text Example

White with #9A8AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A8AE1;
 }
 .AnyTagClassName
 {
   color: #9A8AE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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