Html Css Color HEX #9A7DD9 Medium Purple

📋 copy color: '#9A7DD9'

red 154 ◦ green 125 ◦ blue 217

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

Shades of Medium Purple #9A7DD9

Tints of Medium Purple #9A7DD9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

 BLUE value IS 217 (85.16% from 255) = 43.75%

R = 31.05%
G = 25.2%
B = 43.75%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A7DD9 (or 0x9A7DD9) is known color: Medium Purple. HEX triplet: 9A, 7D and D9. RGB value is (154,125,217). Sum of RGB (Red+Green+Blue) = 154+125+217=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A7DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DD9 is #658226. Grayscale: #8F8F8F. Windows color (decimal): -6652455 or 14253466. OLE color: 14253466.

HSL color Cylindrical-coordinate representation of color #9A7DD9: hue angle of 258.91º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7DD9 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 125 217 -
CMYK 0.29 0.42 0 0.15
HSL 258.91º 0.55% 0.67% -
HSV(B) 258.91º 0.42% 0.85% -
XYZ 33.18 26.55 69.02 -
YUV 144.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 154 125 217 0.29 0.42 0 0.15 258.91 0.55 0.67
Hex 9A 7D D9 1D 2A 0 F 103 37 43
Octal 232 175 331 35 52 0 17 403 67 103
Binary 10011010 1111101 11011001 11101 101010 0 1111 100000011 110111 1000011

Color Harmonies of #9A7DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7DD9

Black with #9A7DD9

Text Example


Text Example

White with #9A7DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,125,217); }

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

background-color css

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

 a { background-color: rgb(154,125,217); }

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

border-color css

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

 span { border-color: rgb(154,125,217); }

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