Html Css Color HEX #8A0C7D Purple

📋 copy color: '#8A0C7D'

red 138 ◦ green 12 ◦ blue 125

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

Shades of Purple #8A0C7D

Tints of Purple #8A0C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.36%

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 50.18%
G = 4.36%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A0C7D (or 0x8A0C7D) is known color: Purple. HEX triplet: 8A, 0C and 7D. RGB value is (138,12,125). Sum of RGB (Red+Green+Blue) = 138+12+125=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C7D is #75F382. Grayscale: #3E3E3E. Windows color (decimal): -7730051 or 8195210. OLE color: 8195210.

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

Color convert

RGB 138 12 125 -
CMYK 0 0.91 0.09 0.46
HSL 306.19º 0.84% 0.29% -
HSV(B) 306.19º 0.91% 0.54% -
XYZ 14.31 7.15 20.03 -
YUV 62.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 138 12 125 0 0.91 0.09 0.46 306.19 0.84 0.29
Hex 8A C 7D 0 5B 9 2E 132 54 1D
Octal 212 14 175 0 133 11 56 462 124 35
Binary 10001010 1100 1111101 0 1011011 1001 101110 100110010 1010100 11101

Color Harmonies of #8A0C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0C7D

Black with #8A0C7D

Text Example


Text Example

White with #8A0C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,12,125); }

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

background-color css

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

 a { background-color: rgb(138,12,125); }

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

border-color css

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

 span { border-color: rgb(138,12,125); }

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