Html Css Color HEX #9A8AE6 Medium Purple

📋 copy color: '#9A8AE6'

red 154 ◦ green 138 ◦ blue 230

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

Shades of Medium Purple #9A8AE6

Tints of Medium Purple #9A8AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.06%

R = 29.5%
G = 26.44%
B = 44.06%

CMYK

 C value IS 0.33

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9A8AE6 (or 0x9A8AE6) is known color: Medium Purple. HEX triplet: 9A, 8A and E6. RGB value is (154,138,230). Sum of RGB (Red+Green+Blue) = 154+138+230=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A8AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AE6 is #657519. Grayscale: #989898. Windows color (decimal): -6649114 or 15108762. OLE color: 15108762.

HSL color Cylindrical-coordinate representation of color #9A8AE6: hue angle of 250.43º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A8AE6 is Cyan = 0.33, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 138 230 -
CMYK 0.33 0.4 0 0.10
HSL 250.43º 0.65% 0.72% -
HSV(B) 250.43º 0.4% 0.9% -
XYZ 36.7 30.76 78.87 -
YUV 153.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 154 138 230 0.33 0.4 0 0.10 250.43 0.65 0.72
Hex 9A 8A E6 21 28 0 A FA 41 48
Octal 232 212 346 41 50 0 12 372 101 110
Binary 10011010 10001010 11100110 100001 101000 0 1010 11111010 1000001 1001000

Color Harmonies of #9A8AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8AE6

Black with #9A8AE6

Text Example


Text Example

White with #9A8AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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