Html Css Color HEX #8A1988 Dark Purple

📋 copy color: '#8A1988'

red 138 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #8A1988

Tints of Dark Purple #8A1988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 46.15%
G = 8.36%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A1988 (or 0x8A1988) is known color: Dark Purple. HEX triplet: 8A, 19 and 88. RGB value is (138,25,136). Sum of RGB (Red+Green+Blue) = 138+25+136=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1988 is #75E677. Grayscale: #474747. Windows color (decimal): -7726712 or 8919434. OLE color: 8919434.

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

Color convert

RGB 138 25 136 -
CMYK 0 0.82 0.01 0.46
HSL 301.06º 0.69% 0.32% -
HSV(B) 301.06º 0.82% 0.54% -
XYZ 15.27 7.88 24.01 -
YUV 71.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 138 25 136 0 0.82 0.01 0.46 301.06 0.69 0.32
Hex 8A 19 88 0 52 1 2E 12D 45 20
Octal 212 31 210 0 122 1 56 455 105 40
Binary 10001010 11001 10001000 0 1010010 1 101110 100101101 1000101 100000

Color Harmonies of #8A1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1988

Black with #8A1988

Text Example


Text Example

White with #8A1988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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