Html Css Color HEX #8D0175 Purple

📋 copy color: '#8D0175'

red 141 ◦ green 1 ◦ blue 117

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

Shades of Purple #8D0175

Tints of Purple #8D0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 54.44%
G = 0.39%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D0175 (or 0x8D0175) is known color: Purple. HEX triplet: 8D, 01 and 75. RGB value is (141,1,117). Sum of RGB (Red+Green+Blue) = 141+1+117=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0175 is #72FE8A. Grayscale: #373737. Windows color (decimal): -7536267 or 7668109. OLE color: 7668109.

HSL color Cylindrical-coordinate representation of color #8D0175: hue angle of 310.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0175 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 1 117 -
CMYK 0 0.99 0.17 0.45
HSL 310.29º 0.99% 0.28% -
HSV(B) 310.29º 0.99% 0.55% -
XYZ 14.21 6.97 17.43 -
YUV 56.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 141 1 117 0 0.99 0.17 0.45 310.29 0.99 0.28
Hex 8D 1 75 0 63 11 2D 136 63 1C
Octal 215 1 165 0 143 21 55 466 143 34
Binary 10001101 1 1110101 0 1100011 10001 101101 100110110 1100011 11100

Color Harmonies of #8D0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0175

Black with #8D0175

Text Example


Text Example

White with #8D0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,1,117); }

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

background-color css

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

 a { background-color: rgb(141,1,117); }

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

border-color css

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

 span { border-color: rgb(141,1,117); }

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