Html Css Color HEX #9A7AE1 Medium Purple

📋 copy color: '#9A7AE1'

red 154 ◦ green 122 ◦ blue 225

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

Shades of Medium Purple #9A7AE1

Tints of Medium Purple #9A7AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.91%

R = 30.74%
G = 24.35%
B = 44.91%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9A7AE1 (or 0x9A7AE1) is known color: Medium Purple. HEX triplet: 9A, 7A and E1. RGB value is (154,122,225). Sum of RGB (Red+Green+Blue) = 154+122+225=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #9A7AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7AE1 is #65851E. Grayscale: #8E8E8E. Windows color (decimal): -6653215 or 14776986. OLE color: 14776986.

HSL color Cylindrical-coordinate representation of color #9A7AE1: hue angle of 258.64º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A7AE1 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 154 122 225 -
CMYK 0.32 0.46 0 0.12
HSL 258.64º 0.63% 0.68% -
HSV(B) 258.64º 0.46% 0.88% -
XYZ 33.88 26.23 74.51 -
YUV 143.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 154 122 225 0.32 0.46 0 0.12 258.64 0.63 0.68
Hex 9A 7A E1 20 2E 0 C 103 3F 44
Octal 232 172 341 40 56 0 14 403 77 104
Binary 10011010 1111010 11100001 100000 101110 0 1100 100000011 111111 1000100

Color Harmonies of #9A7AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7AE1

Black with #9A7AE1

Text Example


Text Example

White with #9A7AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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