Html Css Color HEX #8B71DC Medium Purple

📋 copy color: '#8B71DC'

red 139 ◦ green 113 ◦ blue 220

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

Shades of Medium Purple #8B71DC

Tints of Medium Purple #8B71DC

RGB

 RED value IS 139 (54.69% from 255) = 29.45%

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 29.45%
G = 23.94%
B = 46.61%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B71DC (or 0x8B71DC) is known color: Medium Purple. HEX triplet: 8B, 71 and DC. RGB value is (139,113,220). Sum of RGB (Red+Green+Blue) = 139+113+220=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B71DC is #748E23. Grayscale: #848484. Windows color (decimal): -7638564 or 14446987. OLE color: 14446987.

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

Color convert

RGB 139 113 220 -
CMYK 0.37 0.49 0 0.14
HSL 254.58º 0.6% 0.65% -
HSV(B) 254.58º 0.49% 0.86% -
XYZ 29.47 22.47 70.49 -
YUV 132.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 139 113 220 0.37 0.49 0 0.14 254.58 0.6 0.65
Hex 8B 71 DC 25 31 0 E FF 3C 41
Octal 213 161 334 45 61 0 16 377 74 101
Binary 10001011 1110001 11011100 100101 110001 0 1110 11111111 111100 1000001

Color Harmonies of #8B71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B71DC

Black with #8B71DC

Text Example


Text Example

White with #8B71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,113,220); }

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

background-color css

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

 a { background-color: rgb(139,113,220); }

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

border-color css

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

 span { border-color: rgb(139,113,220); }

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