Html Css Color HEX #9A80DD Medium Purple

📋 copy color: '#9A80DD'

red 154 ◦ green 128 ◦ blue 221

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

Shades of Medium Purple #9A80DD

Tints of Medium Purple #9A80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.45%

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 30.62%
G = 25.45%
B = 43.94%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A80DD (or 0x9A80DD) is known color: Medium Purple. HEX triplet: 9A, 80 and DD. RGB value is (154,128,221). Sum of RGB (Red+Green+Blue) = 154+128+221=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80DD is #657F22. Grayscale: #929292. Windows color (decimal): -6651683 or 14516378. OLE color: 14516378.

HSL color Cylindrical-coordinate representation of color #9A80DD: hue angle of 256.77º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A80DD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 128 221 -
CMYK 0.30 0.42 0 0.13
HSL 256.77º 0.58% 0.68% -
HSV(B) 256.77º 0.42% 0.87% -
XYZ 34.1 27.53 71.92 -
YUV 146.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 154 128 221 0.30 0.42 0 0.13 256.77 0.58 0.68
Hex 9A 80 DD 1E 2A 0 D 101 3A 44
Octal 232 200 335 36 52 0 15 401 72 104
Binary 10011010 10000000 11011101 11110 101010 0 1101 100000001 111010 1000100

Color Harmonies of #9A80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A80DD

Black with #9A80DD

Text Example


Text Example

White with #9A80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,128,221); }

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

background-color css

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

 a { background-color: rgb(154,128,221); }

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

border-color css

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

 span { border-color: rgb(154,128,221); }

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