Html Css Color HEX #8C1674 Dark Purple

📋 copy color: '#8C1674'

red 140 ◦ green 22 ◦ blue 116

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

Shades of Dark Purple #8C1674

Tints of Dark Purple #8C1674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.73%

R = 50.36%
G = 7.91%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8C1674 (or 0x8C1674) is known color: Dark Purple. HEX triplet: 8C, 16 and 74. RGB value is (140,22,116). Sum of RGB (Red+Green+Blue) = 140+22+116=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1674 is #73E98B. Grayscale: #434343. Windows color (decimal): -7596428 or 7607948. OLE color: 7607948.

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

Color convert

RGB 140 22 116 -
CMYK 0 0.84 0.17 0.45
HSL 312.2º 0.73% 0.32% -
HSV(B) 312.2º 0.84% 0.55% -
XYZ 14.25 7.41 17.2 -
YUV 68 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 140 22 116 0 0.84 0.17 0.45 312.2 0.73 0.32
Hex 8C 16 74 0 54 11 2D 138 49 20
Octal 214 26 164 0 124 21 55 470 111 40
Binary 10001100 10110 1110100 0 1010100 10001 101101 100111000 1001001 100000

Color Harmonies of #8C1674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1674

Black with #8C1674

Text Example


Text Example

White with #8C1674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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