Html Css Color HEX #8A1A6F Dark Purple

📋 copy color: '#8A1A6F'

red 138 ◦ green 26 ◦ blue 111

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

Shades of Dark Purple #8A1A6F

Tints of Dark Purple #8A1A6F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.45%

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 50.18%
G = 9.45%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A1A6F (or 0x8A1A6F) is known color: Dark Purple. HEX triplet: 8A, 1A and 6F. RGB value is (138,26,111). Sum of RGB (Red+Green+Blue) = 138+26+111=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1A6F is #75E590. Grayscale: #444444. Windows color (decimal): -7726481 or 7281290. OLE color: 7281290.

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

Color convert

RGB 138 26 111 -
CMYK 0 0.81 0.20 0.46
HSL 314.46º 0.68% 0.32% -
HSV(B) 314.46º 0.81% 0.54% -
XYZ 13.72 7.29 15.72 -
YUV 69.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 138 26 111 0 0.81 0.20 0.46 314.46 0.68 0.32
Hex 8A 1A 6F 0 51 14 2E 13A 44 20
Octal 212 32 157 0 121 24 56 472 104 40
Binary 10001010 11010 1101111 0 1010001 10100 101110 100111010 1000100 100000

Color Harmonies of #8A1A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A6F

Black with #8A1A6F

Text Example


Text Example

White with #8A1A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,111); }

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

background-color css

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

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

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

border-color css

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

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

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