Html Css Color HEX #8A366D Dark Purple

📋 copy color: '#8A366D'

red 138 ◦ green 54 ◦ blue 109

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

Shades of Dark Purple #8A366D

Tints of Dark Purple #8A366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 45.85%
G = 17.94%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A366D (or 0x8A366D) is known color: Dark Purple. HEX triplet: 8A, 36 and 6D. RGB value is (138,54,109). Sum of RGB (Red+Green+Blue) = 138+54+109=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A366D is #75C992. Grayscale: #555555. Windows color (decimal): -7719315 or 7157386. OLE color: 7157386.

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

Color convert

RGB 138 54 109 -
CMYK 0 0.61 0.21 0.46
HSL 320.71º 0.44% 0.38% -
HSV(B) 320.71º 0.61% 0.54% -
XYZ 14.56 9.15 15.47 -
YUV 85.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 138 54 109 0 0.61 0.21 0.46 320.71 0.44 0.38
Hex 8A 36 6D 0 3D 15 2E 141 2C 26
Octal 212 66 155 0 75 25 56 501 54 46
Binary 10001010 110110 1101101 0 111101 10101 101110 101000001 101100 100110

Color Harmonies of #8A366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A366D

Black with #8A366D

Text Example


Text Example

White with #8A366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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