Html Css Color HEX #8C017B Purple

📋 copy color: '#8C017B'

red 140 ◦ green 1 ◦ blue 123

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

Shades of Purple #8C017B

Tints of Purple #8C017B

RGB

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

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

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

R = 53.03%
G = 0.38%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C017B (or 0x8C017B) is known color: Purple. HEX triplet: 8C, 01 and 7B. RGB value is (140,1,123). Sum of RGB (Red+Green+Blue) = 140+1+123=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C017B is #73FE84. Grayscale: #383838. Windows color (decimal): -7601797 or 8061324. OLE color: 8061324.

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

Color convert

RGB 140 1 123 -
CMYK 0 0.99 0.12 0.45
HSL 307.34º 0.99% 0.28% -
HSV(B) 307.34º 0.99% 0.55% -
XYZ 14.4 7.03 19.34 -
YUV 56.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 140 1 123 0 0.99 0.12 0.45 307.34 0.99 0.28
Hex 8C 1 7B 0 63 C 2D 133 63 1C
Octal 214 1 173 0 143 14 55 463 143 34
Binary 10001100 1 1111011 0 1100011 1100 101101 100110011 1100011 11100

Color Harmonies of #8C017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C017B

Black with #8C017B

Text Example


Text Example

White with #8C017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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