Html Css Color HEX #8D0A7A Purple

📋 copy color: '#8D0A7A'

red 141 ◦ green 10 ◦ blue 122

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

Shades of Purple #8D0A7A

Tints of Purple #8D0A7A

RGB

 RED value IS 141 (55.47% from 255) = 51.65%

 GREEN value IS 10 (4.3% from 255) = 3.66%

 BLUE value IS 122 (48.05% from 255) = 44.69%

R = 51.65%
G = 3.66%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D0A7A (or 0x8D0A7A) is known color: Purple. HEX triplet: 8D, 0A and 7A. RGB value is (141,10,122). Sum of RGB (Red+Green+Blue) = 141+10+122=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0A7A is #72F585. Grayscale: #3D3D3D. Windows color (decimal): -7533958 or 7998093. OLE color: 7998093.

HSL color Cylindrical-coordinate representation of color #8D0A7A: hue angle of 308.7º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A7A is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 10 122 -
CMYK 0 0.93 0.13 0.45
HSL 308.7º 0.87% 0.3% -
HSV(B) 308.7º 0.93% 0.55% -
XYZ 14.61 7.28 19.05 -
YUV 61.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 141 10 122 0 0.93 0.13 0.45 308.7 0.87 0.3
Hex 8D A 7A 0 5D D 2D 135 57 1E
Octal 215 12 172 0 135 15 55 465 127 36
Binary 10001101 1010 1111010 0 1011101 1101 101101 100110101 1010111 11110

Color Harmonies of #8D0A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0A7A

Black with #8D0A7A

Text Example


Text Example

White with #8D0A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,10,122); }

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

background-color css

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

 a { background-color: rgb(141,10,122); }

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

border-color css

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

 span { border-color: rgb(141,10,122); }

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