Html Css Color HEX #8A76DA Medium Purple

📋 copy color: '#8A76DA'

red 138 ◦ green 118 ◦ blue 218

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

Shades of Medium Purple #8A76DA

Tints of Medium Purple #8A76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.89%

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

R = 29.11%
G = 24.89%
B = 45.99%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8A76DA (or 0x8A76DA) is known color: Medium Purple. HEX triplet: 8A, 76 and DA. RGB value is (138,118,218). Sum of RGB (Red+Green+Blue) = 138+118+218=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A76DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A76DA is #758925. Grayscale: #868686. Windows color (decimal): -7702822 or 14317194. OLE color: 14317194.

HSL color Cylindrical-coordinate representation of color #8A76DA: hue angle of 252º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A76DA is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 118 218 -
CMYK 0.37 0.46 0 0.15
HSL 252º 0.57% 0.66% -
HSV(B) 252º 0.46% 0.85% -
XYZ 29.61 23.42 69.29 -
YUV 135.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 138 118 218 0.37 0.46 0 0.15 252 0.57 0.66
Hex 8A 76 DA 25 2E 0 F FC 39 42
Octal 212 166 332 45 56 0 17 374 71 102
Binary 10001010 1110110 11011010 100101 101110 0 1111 11111100 111001 1000010

Color Harmonies of #8A76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A76DA

Black with #8A76DA

Text Example


Text Example

White with #8A76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,118,218); }

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

background-color css

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

 a { background-color: rgb(138,118,218); }

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

border-color css

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

 span { border-color: rgb(138,118,218); }

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