Html Css Color HEX #8D027B Purple

📋 copy color: '#8D027B'

red 141 ◦ green 2 ◦ blue 123

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

Shades of Purple #8D027B

Tints of Purple #8D027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 53.01%
G = 0.75%
B = 46.24%

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

#8D027B (or 0x8D027B) is known color: Purple. HEX triplet: 8D, 02 and 7B. RGB value is (141,2,123). Sum of RGB (Red+Green+Blue) = 141+2+123=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D027B is #72FD84. Grayscale: #393939. Windows color (decimal): -7536005 or 8061581. OLE color: 8061581.

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

Color convert

RGB 141 2 123 -
CMYK 0 0.99 0.13 0.45
HSL 307.77º 0.97% 0.28% -
HSV(B) 307.77º 0.99% 0.55% -
XYZ 14.58 7.14 19.35 -
YUV 57.36 165.05 187.66 -
System Red Green Blue C M Y K H S L
Decimal 141 2 123 0 0.99 0.13 0.45 307.77 0.97 0.28
Hex 8D 2 7B 0 63 D 2D 134 61 1C
Octal 215 2 173 0 143 15 55 464 141 34
Binary 10001101 10 1111011 0 1100011 1101 101101 100110100 1100001 11100

Color Harmonies of #8D027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D027B

Black with #8D027B

Text Example


Text Example

White with #8D027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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