Html Css Color HEX #8C007B Purple

📋 copy color: '#8C007B'

red 140 ◦ green 0 ◦ blue 123

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

Shades of Purple #8C007B

Tints of Purple #8C007B

RGB

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

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

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

R = 53.23%
G = 0%
B = 46.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C007B (or 0x8C007B) is known color: Purple. HEX triplet: 8C, 00 and 7B. RGB value is (140,0,123). Sum of RGB (Red+Green+Blue) = 140+0+123=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C007B is #73FF84. Grayscale: #373737. Windows color (decimal): -7602053 or 8061068. OLE color: 8061068.

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

Color convert

RGB 140 0 123 -
CMYK 0 1 0.12 0.45
HSL 307.29º 1% 0.27% -
HSV(B) 307.29º 1% 0.55% -
XYZ 14.39 7.01 19.33 -
YUV 55.88 165.88 188 -
System Red Green Blue C M Y K H S L
Decimal 140 0 123 0 1 0.12 0.45 307.29 1 0.27
Hex 8C 0 7B 0 64 C 2D 133 64 1B
Octal 214 0 173 0 144 14 55 463 144 33
Binary 10001100 0 1111011 0 1100100 1100 101101 100110011 1100100 11011

Color Harmonies of #8C007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C007B

Black with #8C007B

Text Example


Text Example

White with #8C007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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