Html Css Color HEX #8C1768 Dark Purple

📋 copy color: '#8C1768'

red 140 ◦ green 23 ◦ blue 104

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

Shades of Dark Purple #8C1768

Tints of Dark Purple #8C1768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 52.43%
G = 8.61%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C1768 (or 0x8C1768) is known color: Dark Purple. HEX triplet: 8C, 17 and 68. RGB value is (140,23,104). Sum of RGB (Red+Green+Blue) = 140+23+104=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1768 is #73E897. Grayscale: #434343. Windows color (decimal): -7596184 or 6821772. OLE color: 6821772.

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

Color convert

RGB 140 23 104 -
CMYK 0 0.84 0.26 0.45
HSL 318.46º 0.72% 0.32% -
HSV(B) 318.46º 0.84% 0.55% -
XYZ 13.62 7.19 13.77 -
YUV 67.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 140 23 104 0 0.84 0.26 0.45 318.46 0.72 0.32
Hex 8C 17 68 0 54 1A 2D 13E 48 20
Octal 214 27 150 0 124 32 55 476 110 40
Binary 10001100 10111 1101000 0 1010100 11010 101101 100111110 1001000 100000

Color Harmonies of #8C1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1768

Black with #8C1768

Text Example


Text Example

White with #8C1768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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