Html Css Color HEX #8A1274 Dark Purple

📋 copy color: '#8A1274'

red 138 ◦ green 18 ◦ blue 116

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

Shades of Dark Purple #8A1274

Tints of Dark Purple #8A1274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 50.74%
G = 6.62%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A1274 (or 0x8A1274) is known color: Dark Purple. HEX triplet: 8A, 12 and 74. RGB value is (138,18,116). Sum of RGB (Red+Green+Blue) = 138+18+116=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1274 is #75ED8B. Grayscale: #404040. Windows color (decimal): -7728524 or 7606922. OLE color: 7606922.

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

Color convert

RGB 138 18 116 -
CMYK 0 0.87 0.16 0.46
HSL 311º 0.77% 0.31% -
HSV(B) 311º 0.87% 0.54% -
XYZ 13.85 7.1 17.16 -
YUV 65.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 138 18 116 0 0.87 0.16 0.46 311 0.77 0.31
Hex 8A 12 74 0 57 10 2E 137 4D 1F
Octal 212 22 164 0 127 20 56 467 115 37
Binary 10001010 10010 1110100 0 1010111 10000 101110 100110111 1001101 11111

Color Harmonies of #8A1274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1274

Black with #8A1274

Text Example


Text Example

White with #8A1274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,18,116); }

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

background-color css

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

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

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

border-color css

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

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

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