Html Css Color HEX #8C1868 Dark Purple

📋 copy color: '#8C1868'

red 140 ◦ green 24 ◦ blue 104

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

Shades of Dark Purple #8C1868

Tints of Dark Purple #8C1868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 52.24%
G = 8.96%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C1868 (or 0x8C1868) is known color: Dark Purple. HEX triplet: 8C, 18 and 68. RGB value is (140,24,104). Sum of RGB (Red+Green+Blue) = 140+24+104=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1868 is #73E797. Grayscale: #434343. Windows color (decimal): -7595928 or 6822028. OLE color: 6822028.

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

Color convert

RGB 140 24 104 -
CMYK 0 0.83 0.26 0.45
HSL 318.62º 0.71% 0.32% -
HSV(B) 318.62º 0.83% 0.55% -
XYZ 13.64 7.23 13.77 -
YUV 67.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 140 24 104 0 0.83 0.26 0.45 318.62 0.71 0.32
Hex 8C 18 68 0 53 1A 2D 13F 47 20
Octal 214 30 150 0 123 32 55 477 107 40
Binary 10001100 11000 1101000 0 1010011 11010 101101 100111111 1000111 100000

Color Harmonies of #8C1868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1868

Black with #8C1868

Text Example


Text Example

White with #8C1868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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