Html Css Color HEX #9F7AE1 Medium Purple

📋 copy color: '#9F7AE1'

red 159 ◦ green 122 ◦ blue 225

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

Shades of Medium Purple #9F7AE1

Tints of Medium Purple #9F7AE1

RGB

 RED value IS 159 (62.5% from 255) = 31.42%

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

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

R = 31.42%
G = 24.11%
B = 44.47%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9F7AE1 (or 0x9F7AE1) is known color: Medium Purple. HEX triplet: 9F, 7A and E1. RGB value is (159,122,225). Sum of RGB (Red+Green+Blue) = 159+122+225=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #9F7AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7AE1 is #60851E. Grayscale: #909090. Windows color (decimal): -6325535 or 14776991. OLE color: 14776991.

HSL color Cylindrical-coordinate representation of color #9F7AE1: hue angle of 261.55º 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 #9F7AE1 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 122 225 -
CMYK 0.29 0.46 0 0.12
HSL 261.55º 0.63% 0.68% -
HSV(B) 261.55º 0.46% 0.88% -
XYZ 34.85 26.73 74.56 -
YUV 144.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 159 122 225 0.29 0.46 0 0.12 261.55 0.63 0.68
Hex 9F 7A E1 1D 2E 0 C 106 3F 44
Octal 237 172 341 35 56 0 14 406 77 104
Binary 10011111 1111010 11100001 11101 101110 0 1100 100000110 111111 1000100

Color Harmonies of #9F7AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7AE1

Black with #9F7AE1

Text Example


Text Example

White with #9F7AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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