Html Css Color HEX #8D017B Purple

📋 copy color: '#8D017B'

red 141 ◦ green 1 ◦ blue 123

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

Shades of Purple #8D017B

Tints of Purple #8D017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.42%

R = 53.21%
G = 0.38%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D017B (or 0x8D017B) is known color: Purple. HEX triplet: 8D, 01 and 7B. RGB value is (141,1,123). Sum of RGB (Red+Green+Blue) = 141+1+123=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D017B is #72FE84. Grayscale: #383838. Windows color (decimal): -7536261 or 8061325. OLE color: 8061325.

HSL color Cylindrical-coordinate representation of color #8D017B: hue angle of 307.71º 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 #8D017B is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 1 123 -
CMYK 0 0.99 0.13 0.45
HSL 307.71º 0.99% 0.28% -
HSV(B) 307.71º 0.99% 0.55% -
XYZ 14.57 7.11 19.34 -
YUV 56.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 141 1 123 0 0.99 0.13 0.45 307.71 0.99 0.28
Hex 8D 1 7B 0 63 D 2D 134 63 1C
Octal 215 1 173 0 143 15 55 464 143 34
Binary 10001101 1 1111011 0 1100011 1101 101101 100110100 1100011 11100

Color Harmonies of #8D017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D017B

Black with #8D017B

Text Example


Text Example

White with #8D017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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