Html Css Color HEX #8A71DB Medium Purple

📋 copy color: '#8A71DB'

red 138 ◦ green 113 ◦ blue 219

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

Shades of Medium Purple #8A71DB

Tints of Medium Purple #8A71DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 29.36%
G = 24.04%
B = 46.6%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A71DB (or 0x8A71DB) is known color: Medium Purple. HEX triplet: 8A, 71 and DB. RGB value is (138,113,219). Sum of RGB (Red+Green+Blue) = 138+113+219=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A71DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A71DB is #758E24. Grayscale: #848484. Windows color (decimal): -7704101 or 14381450. OLE color: 14381450.

HSL color Cylindrical-coordinate representation of color #8A71DB: hue angle of 254.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A71DB is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 113 219 -
CMYK 0.37 0.48 0 0.14
HSL 254.15º 0.6% 0.65% -
HSV(B) 254.15º 0.48% 0.86% -
XYZ 29.17 22.33 69.79 -
YUV 132.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 138 113 219 0.37 0.48 0 0.14 254.15 0.6 0.65
Hex 8A 71 DB 25 30 0 E FE 3C 41
Octal 212 161 333 45 60 0 16 376 74 101
Binary 10001010 1110001 11011011 100101 110000 0 1110 11111110 111100 1000001

Color Harmonies of #8A71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A71DB

Black with #8A71DB

Text Example


Text Example

White with #8A71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,113,219); }

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

background-color css

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

 a { background-color: rgb(138,113,219); }

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

border-color css

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

 span { border-color: rgb(138,113,219); }

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