Html Css Color HEX #8B72DA Medium Purple

📋 copy color: '#8B72DA'

red 139 ◦ green 114 ◦ blue 218

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

Shades of Medium Purple #8B72DA

Tints of Medium Purple #8B72DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 29.51%
G = 24.2%
B = 46.28%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8B72DA (or 0x8B72DA) is known color: Medium Purple. HEX triplet: 8B, 72 and DA. RGB value is (139,114,218). Sum of RGB (Red+Green+Blue) = 139+114+218=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B72DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B72DA is #748D25. Grayscale: #848484. Windows color (decimal): -7638310 or 14316171. OLE color: 14316171.

HSL color Cylindrical-coordinate representation of color #8B72DA: hue angle of 254.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B72DA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 114 218 -
CMYK 0.36 0.48 0 0.15
HSL 254.42º 0.58% 0.65% -
HSV(B) 254.42º 0.48% 0.85% -
XYZ 29.32 22.59 69.14 -
YUV 133.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 139 114 218 0.36 0.48 0 0.15 254.42 0.58 0.65
Hex 8B 72 DA 24 30 0 F FE 3A 41
Octal 213 162 332 44 60 0 17 376 72 101
Binary 10001011 1110010 11011010 100100 110000 0 1111 11111110 111010 1000001

Color Harmonies of #8B72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B72DA

Black with #8B72DA

Text Example


Text Example

White with #8B72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,114,218); }

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

background-color css

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

 a { background-color: rgb(139,114,218); }

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

border-color css

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

 span { border-color: rgb(139,114,218); }

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