Html Css Color HEX #8A2087 Dark Purple

📋 copy color: '#8A2087'

red 138 ◦ green 32 ◦ blue 135

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

Shades of Dark Purple #8A2087

Tints of Dark Purple #8A2087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 45.25%
G = 10.49%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#8A2087 (or 0x8A2087) is known color: Dark Purple. HEX triplet: 8A, 20 and 87. RGB value is (138,32,135). Sum of RGB (Red+Green+Blue) = 138+32+135=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2087 is #75DF78. Grayscale: #4B4B4B. Windows color (decimal): -7724921 or 8855690. OLE color: 8855690.

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

Color convert

RGB 138 32 135 -
CMYK 0 0.77 0.02 0.46
HSL 301.7º 0.62% 0.33% -
HSV(B) 301.7º 0.77% 0.54% -
XYZ 15.37 8.19 23.69 -
YUV 75.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 138 32 135 0 0.77 0.02 0.46 301.7 0.62 0.33
Hex 8A 20 87 0 4D 2 2E 12E 3E 21
Octal 212 40 207 0 115 2 56 456 76 41
Binary 10001010 100000 10000111 0 1001101 10 101110 100101110 111110 100001

Color Harmonies of #8A2087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2087

Black with #8A2087

Text Example


Text Example

White with #8A2087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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