Html Css Color HEX #8A2089 Dark Purple

📋 copy color: '#8A2089'

red 138 ◦ green 32 ◦ blue 137

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

Shades of Dark Purple #8A2089

Tints of Dark Purple #8A2089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 137 (53.91% from 255) = 44.63%

R = 44.95%
G = 10.42%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A2089 (or 0x8A2089) is known color: Dark Purple. HEX triplet: 8A, 20 and 89. RGB value is (138,32,137). Sum of RGB (Red+Green+Blue) = 138+32+137=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2089 is #75DF76. Grayscale: #4B4B4B. Windows color (decimal): -7724919 or 8986762. OLE color: 8986762.

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

Color convert

RGB 138 32 137 -
CMYK 0 0.77 0.01 0.46
HSL 300.57º 0.62% 0.33% -
HSV(B) 300.57º 0.77% 0.54% -
XYZ 15.51 8.24 24.44 -
YUV 75.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 138 32 137 0 0.77 0.01 0.46 300.57 0.62 0.33
Hex 8A 20 89 0 4D 1 2E 12D 3E 21
Octal 212 40 211 0 115 1 56 455 76 41
Binary 10001010 100000 10001001 0 1001101 1 101110 100101101 111110 100001

Color Harmonies of #8A2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2089

Black with #8A2089

Text Example


Text Example

White with #8A2089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,32,137); }

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

background-color css

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

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

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

border-color css

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

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

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