Html Css Color HEX #9A89EA Medium Purple

📋 copy color: '#9A89EA'

red 154 ◦ green 137 ◦ blue 234

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

Shades of Medium Purple #9A89EA

Tints of Medium Purple #9A89EA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.1%

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 29.33%
G = 26.1%
B = 44.57%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A89EA (or 0x9A89EA) is known color: Medium Purple. HEX triplet: 9A, 89 and EA. RGB value is (154,137,234). Sum of RGB (Red+Green+Blue) = 154+137+234=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A89EA is #657615. Grayscale: #989898. Windows color (decimal): -6649366 or 15370650. OLE color: 15370650.

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

Color convert

RGB 154 137 234 -
CMYK 0.34 0.41 0 0.08
HSL 250.52º 0.7% 0.73% -
HSV(B) 250.52º 0.41% 0.92% -
XYZ 37.12 30.7 81.81 -
YUV 153.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 154 137 234 0.34 0.41 0 0.08 250.52 0.7 0.73
Hex 9A 89 EA 22 29 0 8 FB 46 49
Octal 232 211 352 42 51 0 10 373 106 111
Binary 10011010 10001001 11101010 100010 101001 0 1000 11111011 1000110 1001001

Color Harmonies of #9A89EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A89EA

Black with #9A89EA

Text Example


Text Example

White with #9A89EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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