Html Css Color HEX #8C1769 Dark Purple

📋 copy color: '#8C1769'

red 140 ◦ green 23 ◦ blue 105

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

Shades of Dark Purple #8C1769

Tints of Dark Purple #8C1769

RGB

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

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

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

R = 52.24%
G = 8.58%
B = 39.18%

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

#8C1769 (or 0x8C1769) is known color: Dark Purple. HEX triplet: 8C, 17 and 69. RGB value is (140,23,105). Sum of RGB (Red+Green+Blue) = 140+23+105=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1769 is #73E896. Grayscale: #434343. Windows color (decimal): -7596183 or 6887308. OLE color: 6887308.

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

Color convert

RGB 140 23 105 -
CMYK 0 0.84 0.25 0.45
HSL 317.95º 0.72% 0.32% -
HSV(B) 317.95º 0.84% 0.55% -
XYZ 13.67 7.21 14.04 -
YUV 67.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 140 23 105 0 0.84 0.25 0.45 317.95 0.72 0.32
Hex 8C 17 69 0 54 19 2D 13E 48 20
Octal 214 27 151 0 124 31 55 476 110 40
Binary 10001100 10111 1101001 0 1010100 11001 101101 100111110 1001000 100000

Color Harmonies of #8C1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1769

Black with #8C1769

Text Example


Text Example

White with #8C1769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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