Html Css Color HEX #8B79DC Medium Purple

📋 copy color: '#8B79DC'

red 139 ◦ green 121 ◦ blue 220

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

Shades of Medium Purple #8B79DC

Tints of Medium Purple #8B79DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.21%

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

R = 28.96%
G = 25.21%
B = 45.83%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B79DC (or 0x8B79DC) is known color: Medium Purple. HEX triplet: 8B, 79 and DC. RGB value is (139,121,220). Sum of RGB (Red+Green+Blue) = 139+121+220=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B79DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B79DC is #748623. Grayscale: #898989. Windows color (decimal): -7636516 or 14449035. OLE color: 14449035.

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

Color convert

RGB 139 121 220 -
CMYK 0.37 0.45 0 0.14
HSL 250.91º 0.59% 0.67% -
HSV(B) 250.91º 0.45% 0.86% -
XYZ 30.4 24.33 70.8 -
YUV 137.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 139 121 220 0.37 0.45 0 0.14 250.91 0.59 0.67
Hex 8B 79 DC 25 2D 0 E FB 3B 43
Octal 213 171 334 45 55 0 16 373 73 103
Binary 10001011 1111001 11011100 100101 101101 0 1110 11111011 111011 1000011

Color Harmonies of #8B79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B79DC

Black with #8B79DC

Text Example


Text Example

White with #8B79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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