Html Css Color HEX #8A3672 Dark Purple

📋 copy color: '#8A3672'

red 138 ◦ green 54 ◦ blue 114

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

Shades of Dark Purple #8A3672

Tints of Dark Purple #8A3672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 45.1%
G = 17.65%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A3672 (or 0x8A3672) is known color: Dark Purple. HEX triplet: 8A, 36 and 72. RGB value is (138,54,114). Sum of RGB (Red+Green+Blue) = 138+54+114=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3672 is #75C98D. Grayscale: #555555. Windows color (decimal): -7719310 or 7485066. OLE color: 7485066.

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

Color convert

RGB 138 54 114 -
CMYK 0 0.61 0.17 0.46
HSL 317.14º 0.44% 0.38% -
HSV(B) 317.14º 0.61% 0.54% -
XYZ 14.84 9.26 16.92 -
YUV 85.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 138 54 114 0 0.61 0.17 0.46 317.14 0.44 0.38
Hex 8A 36 72 0 3D 11 2E 13D 2C 26
Octal 212 66 162 0 75 21 56 475 54 46
Binary 10001010 110110 1110010 0 111101 10001 101110 100111101 101100 100110

Color Harmonies of #8A3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3672

Black with #8A3672

Text Example


Text Example

White with #8A3672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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