Html Css Color HEX #8C1669 Dark Purple

📋 copy color: '#8C1669'

red 140 ◦ green 22 ◦ blue 105

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

Shades of Dark Purple #8C1669

Tints of Dark Purple #8C1669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

 BLUE value IS 105 (41.41% from 255) = 39.33%

R = 52.43%
G = 8.24%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C1669 (or 0x8C1669) is known color: Dark Purple. HEX triplet: 8C, 16 and 69. RGB value is (140,22,105). Sum of RGB (Red+Green+Blue) = 140+22+105=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1669 is #73E996. Grayscale: #424242. Windows color (decimal): -7596439 or 6887052. OLE color: 6887052.

HSL color Cylindrical-coordinate representation of color #8C1669: hue angle of 317.8º degrees, saturation: 0.73, 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 #8C1669 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 22 105 -
CMYK 0 0.84 0.25 0.45
HSL 317.8º 0.73% 0.32% -
HSV(B) 317.8º 0.84% 0.55% -
XYZ 13.65 7.17 14.03 -
YUV 66.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 140 22 105 0 0.84 0.25 0.45 317.8 0.73 0.32
Hex 8C 16 69 0 54 19 2D 13E 49 20
Octal 214 26 151 0 124 31 55 476 111 40
Binary 10001100 10110 1101001 0 1010100 11001 101101 100111110 1001001 100000

Color Harmonies of #8C1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1669

Black with #8C1669

Text Example


Text Example

White with #8C1669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,22,105); }

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

background-color css

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

 a { background-color: rgb(140,22,105); }

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

border-color css

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

 span { border-color: rgb(140,22,105); }

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