Html Css Color HEX #9A7AD7 Medium Purple

📋 copy color: '#9A7AD7'

red 154 ◦ green 122 ◦ blue 215

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

Shades of Medium Purple #9A7AD7

Tints of Medium Purple #9A7AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.85%

 BLUE value IS 215 (84.38% from 255) = 43.79%

R = 31.36%
G = 24.85%
B = 43.79%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9A7AD7 (or 0x9A7AD7) is known color: Medium Purple. HEX triplet: 9A, 7A and D7. RGB value is (154,122,215). Sum of RGB (Red+Green+Blue) = 154+122+215=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #9A7AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7AD7 is #658528. Grayscale: #8D8D8D. Windows color (decimal): -6653225 or 14121626. OLE color: 14121626.

HSL color Cylindrical-coordinate representation of color #9A7AD7: hue angle of 260.65º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A7AD7 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 122 215 -
CMYK 0.28 0.43 0 0.16
HSL 260.65º 0.54% 0.66% -
HSV(B) 260.65º 0.43% 0.84% -
XYZ 32.55 25.7 67.53 -
YUV 142.17 169.1 136.44 -
System Red Green Blue C M Y K H S L
Decimal 154 122 215 0.28 0.43 0 0.16 260.65 0.54 0.66
Hex 9A 7A D7 1C 2B 0 10 105 36 42
Octal 232 172 327 34 53 0 20 405 66 102
Binary 10011010 1111010 11010111 11100 101011 0 10000 100000101 110110 1000010

Color Harmonies of #9A7AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7AD7

Black with #9A7AD7

Text Example


Text Example

White with #9A7AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,122,215); }

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

background-color css

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

 a { background-color: rgb(154,122,215); }

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

border-color css

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

 span { border-color: rgb(154,122,215); }

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