Html Css Color HEX #8C3278 Dark Purple

📋 copy color: '#8C3278'

red 140 ◦ green 50 ◦ blue 120

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

Shades of Dark Purple #8C3278

Tints of Dark Purple #8C3278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

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

R = 45.16%
G = 16.13%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C3278 (or 0x8C3278) is known color: Dark Purple. HEX triplet: 8C, 32 and 78. RGB value is (140,50,120). Sum of RGB (Red+Green+Blue) = 140+50+120=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3278 is #73CD87. Grayscale: #545454. Windows color (decimal): -7589256 or 7877260. OLE color: 7877260.

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

Color convert

RGB 140 50 120 -
CMYK 0 0.64 0.14 0.45
HSL 313.33º 0.47% 0.37% -
HSV(B) 313.33º 0.64% 0.55% -
XYZ 15.35 9.21 18.74 -
YUV 84.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 140 50 120 0 0.64 0.14 0.45 313.33 0.47 0.37
Hex 8C 32 78 0 40 E 2D 139 2F 25
Octal 214 62 170 0 100 16 55 471 57 45
Binary 10001100 110010 1111000 0 1000000 1110 101101 100111001 101111 100101

Color Harmonies of #8C3278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3278

Black with #8C3278

Text Example


Text Example

White with #8C3278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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