Html Css Color HEX #8C007D Purple

📋 copy color: '#8C007D'

red 140 ◦ green 0 ◦ blue 125

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

Shades of Purple #8C007D

Tints of Purple #8C007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.83%
G = 0%
B = 47.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C007D (or 0x8C007D) is known color: Purple. HEX triplet: 8C, 00 and 7D. RGB value is (140,0,125). Sum of RGB (Red+Green+Blue) = 140+0+125=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C007D is #73FF82. Grayscale: #373737. Windows color (decimal): -7602051 or 8192140. OLE color: 8192140.

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

Color convert

RGB 140 0 125 -
CMYK 0 1 0.11 0.45
HSL 306.43º 1% 0.27% -
HSV(B) 306.43º 1% 0.55% -
XYZ 14.52 7.06 20 -
YUV 56.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 140 0 125 0 1 0.11 0.45 306.43 1 0.27
Hex 8C 0 7D 0 64 B 2D 132 64 1B
Octal 214 0 175 0 144 13 55 462 144 33
Binary 10001100 0 1111101 0 1100100 1011 101101 100110010 1100100 11011

Color Harmonies of #8C007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C007D

Black with #8C007D

Text Example


Text Example

White with #8C007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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