Html Css Color HEX #8A198A Dark Purple

📋 copy color: '#8A198A'

red 138 ◦ green 25 ◦ blue 138

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

Shades of Dark Purple #8A198A

Tints of Dark Purple #8A198A

RGB

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

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

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

R = 45.85%
G = 8.31%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#8A198A (or 0x8A198A) is known color: Dark Purple. HEX triplet: 8A, 19 and 8A. RGB value is (138,25,138). Sum of RGB (Red+Green+Blue) = 138+25+138=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A198A is #75E675. Grayscale: #474747. Windows color (decimal): -7726710 or 9050506. OLE color: 9050506.

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

Color convert

RGB 138 25 138 -
CMYK 0 0.82 0 0.46
HSL 300º 0.69% 0.32% -
HSV(B) 300º 0.82% 0.54% -
XYZ 15.42 7.93 24.76 -
YUV 71.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 138 25 138 0 0.82 0 0.46 300 0.69 0.32
Hex 8A 19 8A 0 52 0 2E 12C 45 20
Octal 212 31 212 0 122 0 56 454 105 40
Binary 10001010 11001 10001010 0 1010010 0 101110 100101100 1000101 100000

Color Harmonies of #8A198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A198A

Black with #8A198A

Text Example


Text Example

White with #8A198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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