Html Css Color HEX #8A366C Dark Purple

📋 copy color: '#8A366C'

red 138 ◦ green 54 ◦ blue 108

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

Shades of Dark Purple #8A366C

Tints of Dark Purple #8A366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 46%
G = 18%
B = 36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A366C (or 0x8A366C) is known color: Dark Purple. HEX triplet: 8A, 36 and 6C. RGB value is (138,54,108). Sum of RGB (Red+Green+Blue) = 138+54+108=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A366C is #75C993. Grayscale: #555555. Windows color (decimal): -7719316 or 7091850. OLE color: 7091850.

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

Color convert

RGB 138 54 108 -
CMYK 0 0.61 0.22 0.46
HSL 321.43º 0.44% 0.38% -
HSV(B) 321.43º 0.61% 0.54% -
XYZ 14.51 9.12 15.18 -
YUV 85.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 138 54 108 0 0.61 0.22 0.46 321.43 0.44 0.38
Hex 8A 36 6C 0 3D 16 2E 141 2C 26
Octal 212 66 154 0 75 26 56 501 54 46
Binary 10001010 110110 1101100 0 111101 10110 101110 101000001 101100 100110

Color Harmonies of #8A366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A366C

Black with #8A366C

Text Example


Text Example

White with #8A366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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