Html Css Color HEX #8A217C Dark Purple

📋 copy color: '#8A217C'

red 138 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #8A217C

Tints of Dark Purple #8A217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 46.78%
G = 11.19%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A217C (or 0x8A217C) is known color: Dark Purple. HEX triplet: 8A, 21 and 7C. RGB value is (138,33,124). Sum of RGB (Red+Green+Blue) = 138+33+124=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A217C is #75DE83. Grayscale: #4A4A4A. Windows color (decimal): -7724676 or 8135050. OLE color: 8135050.

HSL color Cylindrical-coordinate representation of color #8A217C: hue angle of 308º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A217C is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 33 124 -
CMYK 0 0.76 0.10 0.46
HSL 308º 0.61% 0.34% -
HSV(B) 308º 0.76% 0.54% -
XYZ 14.66 7.95 19.83 -
YUV 74.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 138 33 124 0 0.76 0.10 0.46 308 0.61 0.34
Hex 8A 21 7C 0 4C A 2E 134 3D 22
Octal 212 41 174 0 114 12 56 464 75 42
Binary 10001010 100001 1111100 0 1001100 1010 101110 100110100 111101 100010

Color Harmonies of #8A217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A217C

Black with #8A217C

Text Example


Text Example

White with #8A217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,33,124); }

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

background-color css

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

 a { background-color: rgb(138,33,124); }

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

border-color css

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

 span { border-color: rgb(138,33,124); }

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