Html Css Color HEX #8A79DD Medium Purple

📋 copy color: '#8A79DD'

red 138 ◦ green 121 ◦ blue 221

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

Shades of Medium Purple #8A79DD

Tints of Medium Purple #8A79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 28.75%
G = 25.21%
B = 46.04%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A79DD (or 0x8A79DD) is known color: Medium Purple. HEX triplet: 8A, 79 and DD. RGB value is (138,121,221). Sum of RGB (Red+Green+Blue) = 138+121+221=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A79DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79DD is #758622. Grayscale: #898989. Windows color (decimal): -7702051 or 14514570. OLE color: 14514570.

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

Color convert

RGB 138 121 221 -
CMYK 0.38 0.45 0 0.13
HSL 250.2º 0.6% 0.67% -
HSV(B) 250.2º 0.45% 0.87% -
XYZ 30.37 24.3 71.5 -
YUV 137.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 138 121 221 0.38 0.45 0 0.13 250.2 0.6 0.67
Hex 8A 79 DD 26 2D 0 D FA 3C 43
Octal 212 171 335 46 55 0 15 372 74 103
Binary 10001010 1111001 11011101 100110 101101 0 1101 11111010 111100 1000011

Color Harmonies of #8A79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A79DD

Black with #8A79DD

Text Example


Text Example

White with #8A79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,121,221); }

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

background-color css

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

 a { background-color: rgb(138,121,221); }

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

border-color css

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

 span { border-color: rgb(138,121,221); }

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