Html Css Color HEX #8A2C88 Dark Purple

📋 copy color: '#8A2C88'

red 138 ◦ green 44 ◦ blue 136

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

Shades of Dark Purple #8A2C88

Tints of Dark Purple #8A2C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 43.4%
G = 13.84%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A2C88 (or 0x8A2C88) is known color: Dark Purple. HEX triplet: 8A, 2C and 88. RGB value is (138,44,136). Sum of RGB (Red+Green+Blue) = 138+44+136=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2C88 is #75D377. Grayscale: #525252. Windows color (decimal): -7721848 or 8924298. OLE color: 8924298.

HSL color Cylindrical-coordinate representation of color #8A2C88: hue angle of 301.28º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2C88 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 44 136 -
CMYK 0 0.68 0.01 0.46
HSL 301.28º 0.52% 0.36% -
HSV(B) 301.28º 0.68% 0.54% -
XYZ 15.83 8.98 24.19 -
YUV 82.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 138 44 136 0 0.68 0.01 0.46 301.28 0.52 0.36
Hex 8A 2C 88 0 44 1 2E 12D 34 24
Octal 212 54 210 0 104 1 56 455 64 44
Binary 10001010 101100 10001000 0 1000100 1 101110 100101101 110100 100100

Color Harmonies of #8A2C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2C88

Black with #8A2C88

Text Example


Text Example

White with #8A2C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,44,136); }

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

background-color css

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

 a { background-color: rgb(138,44,136); }

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

border-color css

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

 span { border-color: rgb(138,44,136); }

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