Html Css Color HEX #8C2378 Dark Purple

📋 copy color: '#8C2378'

red 140 ◦ green 35 ◦ blue 120

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

Shades of Dark Purple #8C2378

Tints of Dark Purple #8C2378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 47.46%
G = 11.86%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C2378 (or 0x8C2378) is known color: Dark Purple. HEX triplet: 8C, 23 and 78. RGB value is (140,35,120). Sum of RGB (Red+Green+Blue) = 140+35+120=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2378 is #73DC87. Grayscale: #4B4B4B. Windows color (decimal): -7593096 or 7873420. OLE color: 7873420.

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

Color convert

RGB 140 35 120 -
CMYK 0 0.75 0.14 0.45
HSL 311.43º 0.6% 0.34% -
HSV(B) 311.43º 0.75% 0.55% -
XYZ 14.81 8.13 18.56 -
YUV 76.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 140 35 120 0 0.75 0.14 0.45 311.43 0.6 0.34
Hex 8C 23 78 0 4B E 2D 137 3C 22
Octal 214 43 170 0 113 16 55 467 74 42
Binary 10001100 100011 1111000 0 1001011 1110 101101 100110111 111100 100010

Color Harmonies of #8C2378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2378

Black with #8C2378

Text Example


Text Example

White with #8C2378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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