Html Css Color HEX #9A89DC Medium Purple

📋 copy color: '#9A89DC'

red 154 ◦ green 137 ◦ blue 220

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

Shades of Medium Purple #9A89DC

Tints of Medium Purple #9A89DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 30.14%
G = 26.81%
B = 43.05%

CMYK

 C value IS 0.3

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A89DC (or 0x9A89DC) is known color: Medium Purple. HEX triplet: 9A, 89 and DC. RGB value is (154,137,220). Sum of RGB (Red+Green+Blue) = 154+137+220=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A89DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A89DC is #657623. Grayscale: #979797. Windows color (decimal): -6649380 or 14453146. OLE color: 14453146.

HSL color Cylindrical-coordinate representation of color #9A89DC: hue angle of 252.29º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A89DC is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 137 220 -
CMYK 0.3 0.38 0 0.14
HSL 252.29º 0.54% 0.7% -
HSV(B) 252.29º 0.38% 0.86% -
XYZ 35.19 29.93 71.63 -
YUV 151.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 154 137 220 0.3 0.38 0 0.14 252.29 0.54 0.7
Hex 9A 89 DC 1E 26 0 E FC 36 46
Octal 232 211 334 36 46 0 16 374 66 106
Binary 10011010 10001001 11011100 11110 100110 0 1110 11111100 110110 1000110

Color Harmonies of #9A89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A89DC

Black with #9A89DC

Text Example


Text Example

White with #9A89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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