Html Css Color HEX #8A186D Dark Purple

📋 copy color: '#8A186D'

red 138 ◦ green 24 ◦ blue 109

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

Shades of Dark Purple #8A186D

Tints of Dark Purple #8A186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 50.92%
G = 8.86%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A186D (or 0x8A186D) is known color: Dark Purple. HEX triplet: 8A, 18 and 6D. RGB value is (138,24,109). Sum of RGB (Red+Green+Blue) = 138+24+109=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A186D is #75E792. Grayscale: #434343. Windows color (decimal): -7726995 or 7149706. OLE color: 7149706.

HSL color Cylindrical-coordinate representation of color #8A186D: hue angle of 315.26º 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 #8A186D is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 24 109 -
CMYK 0 0.83 0.21 0.46
HSL 315.26º 0.7% 0.32% -
HSV(B) 315.26º 0.83% 0.54% -
XYZ 13.57 7.16 15.14 -
YUV 67.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 138 24 109 0 0.83 0.21 0.46 315.26 0.7 0.32
Hex 8A 18 6D 0 53 15 2E 13B 46 20
Octal 212 30 155 0 123 25 56 473 106 40
Binary 10001010 11000 1101101 0 1010011 10101 101110 100111011 1000110 100000

Color Harmonies of #8A186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A186D

Black with #8A186D

Text Example


Text Example

White with #8A186D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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