Html Css Color HEX #8A7FDF Medium Purple

📋 copy color: '#8A7FDF'

red 138 ◦ green 127 ◦ blue 223

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

Shades of Medium Purple #8A7FDF

Tints of Medium Purple #8A7FDF

RGB

 RED value IS 138 (54.3% from 255) = 28.28%

 GREEN value IS 127 (50% from 255) = 26.02%

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 28.28%
G = 26.02%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A7FDF (or 0x8A7FDF) is known color: Medium Purple. HEX triplet: 8A, 7F and DF. RGB value is (138,127,223). Sum of RGB (Red+Green+Blue) = 138+127+223=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A7FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FDF is #758020. Grayscale: #8C8C8C. Windows color (decimal): -7700513 or 14647178. OLE color: 14647178.

HSL color Cylindrical-coordinate representation of color #8A7FDF: hue angle of 246.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A7FDF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 127 223 -
CMYK 0.38 0.43 0 0.13
HSL 246.88º 0.6% 0.69% -
HSV(B) 246.88º 0.43% 0.87% -
XYZ 31.39 25.91 73.16 -
YUV 141.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 138 127 223 0.38 0.43 0 0.13 246.88 0.6 0.69
Hex 8A 7F DF 26 2B 0 D F7 3C 45
Octal 212 177 337 46 53 0 15 367 74 105
Binary 10001010 1111111 11011111 100110 101011 0 1101 11110111 111100 1000101

Color Harmonies of #8A7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7FDF

Black with #8A7FDF

Text Example


Text Example

White with #8A7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7FDF; }

 p { color: rgb(138,127,223); }

 H1.HeaderClassName
 {
   color: #8A7FDF;
 }
 .AnyTagClassName
 {
   color: #8A7FDF;
 }
</style>

background-color css

<style>
 a { background-color: #8A7FDF; }

 a { background-color: rgb(138,127,223); }

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

border-color css

<style>
 span { border-color: #8A7FDF; }

 span { border-color: rgb(138,127,223); }

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