Html Css Color HEX #8C2768 Dark Purple

📋 copy color: '#8C2768'

red 140 ◦ green 39 ◦ blue 104

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

Shades of Dark Purple #8C2768

Tints of Dark Purple #8C2768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.78%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 49.47%
G = 13.78%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C2768 (or 0x8C2768) is known color: Dark Purple. HEX triplet: 8C, 27 and 68. RGB value is (140,39,104). Sum of RGB (Red+Green+Blue) = 140+39+104=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2768 is #73D897. Grayscale: #4C4C4C. Windows color (decimal): -7592088 or 6825868. OLE color: 6825868.

HSL color Cylindrical-coordinate representation of color #8C2768: hue angle of 321.39º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2768 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 39 104 -
CMYK 0 0.72 0.26 0.45
HSL 321.39º 0.56% 0.35% -
HSV(B) 321.39º 0.72% 0.55% -
XYZ 14.04 8.03 13.91 -
YUV 76.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 140 39 104 0 0.72 0.26 0.45 321.39 0.56 0.35
Hex 8C 27 68 0 48 1A 2D 141 38 23
Octal 214 47 150 0 110 32 55 501 70 43
Binary 10001100 100111 1101000 0 1001000 11010 101101 101000001 111000 100011

Color Harmonies of #8C2768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2768

Black with #8C2768

Text Example


Text Example

White with #8C2768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,39,104); }

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

background-color css

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

 a { background-color: rgb(140,39,104); }

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

border-color css

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

 span { border-color: rgb(140,39,104); }

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