Html Css Color HEX #8A137E Dark Purple

📋 copy color: '#8A137E'

red 138 ◦ green 19 ◦ blue 126

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

Shades of Dark Purple #8A137E

Tints of Dark Purple #8A137E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

 BLUE value IS 126 (49.61% from 255) = 44.52%

R = 48.76%
G = 6.71%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A137E (or 0x8A137E) is known color: Dark Purple. HEX triplet: 8A, 13 and 7E. RGB value is (138,19,126). Sum of RGB (Red+Green+Blue) = 138+19+126=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A137E is #75EC81. Grayscale: #424242. Windows color (decimal): -7728258 or 8262538. OLE color: 8262538.

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

Color convert

RGB 138 19 126 -
CMYK 0 0.86 0.09 0.46
HSL 306.05º 0.76% 0.31% -
HSV(B) 306.05º 0.86% 0.54% -
XYZ 14.48 7.38 20.4 -
YUV 66.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 138 19 126 0 0.86 0.09 0.46 306.05 0.76 0.31
Hex 8A 13 7E 0 56 9 2E 132 4C 1F
Octal 212 23 176 0 126 11 56 462 114 37
Binary 10001010 10011 1111110 0 1010110 1001 101110 100110010 1001100 11111

Color Harmonies of #8A137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A137E

Black with #8A137E

Text Example


Text Example

White with #8A137E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,19,126); }

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

background-color css

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

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

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

border-color css

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

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

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