Html Css Color HEX #8C017D Purple

📋 copy color: '#8C017D'

red 140 ◦ green 1 ◦ blue 125

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

Shades of Purple #8C017D

Tints of Purple #8C017D

RGB

 RED value IS 140 (55.08% from 255) = 52.63%

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

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

R = 52.63%
G = 0.38%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C017D (or 0x8C017D) is known color: Purple. HEX triplet: 8C, 01 and 7D. RGB value is (140,1,125). Sum of RGB (Red+Green+Blue) = 140+1+125=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C017D is #73FE82. Grayscale: #383838. Windows color (decimal): -7601795 or 8192396. OLE color: 8192396.

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

Color convert

RGB 140 1 125 -
CMYK 0 0.99 0.11 0.45
HSL 306.47º 0.99% 0.28% -
HSV(B) 306.47º 0.99% 0.55% -
XYZ 14.53 7.08 20 -
YUV 56.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 140 1 125 0 0.99 0.11 0.45 306.47 0.99 0.28
Hex 8C 1 7D 0 63 B 2D 132 63 1C
Octal 214 1 175 0 143 13 55 462 143 34
Binary 10001100 1 1111101 0 1100011 1011 101101 100110010 1100011 11100

Color Harmonies of #8C017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C017D

Black with #8C017D

Text Example


Text Example

White with #8C017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,125); }

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

background-color css

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

 a { background-color: rgb(140,1,125); }

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

border-color css

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

 span { border-color: rgb(140,1,125); }

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