Html Css Color HEX #8A187C Dark Purple

📋 copy color: '#8A187C'

red 138 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #8A187C

Tints of Dark Purple #8A187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 48.25%
G = 8.39%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A187C (or 0x8A187C) is known color: Dark Purple. HEX triplet: 8A, 18 and 7C. RGB value is (138,24,124). Sum of RGB (Red+Green+Blue) = 138+24+124=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A187C is #75E783. Grayscale: #454545. Windows color (decimal): -7726980 or 8132746. OLE color: 8132746.

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

Color convert

RGB 138 24 124 -
CMYK 0 0.83 0.10 0.46
HSL 307.37º 0.7% 0.32% -
HSV(B) 307.37º 0.83% 0.54% -
XYZ 14.45 7.51 19.76 -
YUV 69.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 138 24 124 0 0.83 0.10 0.46 307.37 0.7 0.32
Hex 8A 18 7C 0 53 A 2E 133 46 20
Octal 212 30 174 0 123 12 56 463 106 40
Binary 10001010 11000 1111100 0 1010011 1010 101110 100110011 1000110 100000

Color Harmonies of #8A187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A187C

Black with #8A187C

Text Example


Text Example

White with #8A187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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