Html Css Color HEX #8C2F78 Dark Purple

📋 copy color: '#8C2F78'

red 140 ◦ green 47 ◦ blue 120

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

Shades of Dark Purple #8C2F78

Tints of Dark Purple #8C2F78

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

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

R = 45.6%
G = 15.31%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C2F78 (or 0x8C2F78) is known color: Dark Purple. HEX triplet: 8C, 2F and 78. RGB value is (140,47,120). Sum of RGB (Red+Green+Blue) = 140+47+120=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F78 is #73D087. Grayscale: #525252. Windows color (decimal): -7590024 or 7876492. OLE color: 7876492.

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

Color convert

RGB 140 47 120 -
CMYK 0 0.66 0.14 0.45
HSL 312.9º 0.5% 0.37% -
HSV(B) 312.9º 0.66% 0.55% -
XYZ 15.22 8.96 18.7 -
YUV 83.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 140 47 120 0 0.66 0.14 0.45 312.9 0.5 0.37
Hex 8C 2F 78 0 42 E 2D 139 32 25
Octal 214 57 170 0 102 16 55 471 62 45
Binary 10001100 101111 1111000 0 1000010 1110 101101 100111001 110010 100101

Color Harmonies of #8C2F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F78

Black with #8C2F78

Text Example


Text Example

White with #8C2F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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