Html Css Color HEX #8C0978 Purple

📋 copy color: '#8C0978'

red 140 ◦ green 9 ◦ blue 120

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

Shades of Purple #8C0978

Tints of Purple #8C0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

 BLUE value IS 120 (47.27% from 255) = 44.61%

R = 52.04%
G = 3.35%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C0978 (or 0x8C0978) is known color: Purple. HEX triplet: 8C, 09 and 78. RGB value is (140,9,120). Sum of RGB (Red+Green+Blue) = 140+9+120=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0978 is #73F687. Grayscale: #3C3C3C. Windows color (decimal): -7599752 or 7866764. OLE color: 7866764.

HSL color Cylindrical-coordinate representation of color #8C0978: hue angle of 309.16º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0978 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 9 120 -
CMYK 0 0.94 0.14 0.45
HSL 309.16º 0.88% 0.29% -
HSV(B) 309.16º 0.94% 0.55% -
XYZ 14.3 7.13 18.39 -
YUV 60.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 140 9 120 0 0.94 0.14 0.45 309.16 0.88 0.29
Hex 8C 9 78 0 5E E 2D 135 58 1D
Octal 214 11 170 0 136 16 55 465 130 35
Binary 10001100 1001 1111000 0 1011110 1110 101101 100110101 1011000 11101

Color Harmonies of #8C0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0978

Black with #8C0978

Text Example


Text Example

White with #8C0978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,9,120); }

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

background-color css

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

 a { background-color: rgb(140,9,120); }

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

border-color css

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

 span { border-color: rgb(140,9,120); }

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