Html Css Color HEX #84146C Dark Purple

📋 copy color: '#84146C'

red 132 ◦ green 20 ◦ blue 108

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

Shades of Dark Purple #84146C

Tints of Dark Purple #84146C

RGB

 RED value IS 132 (51.95% from 255) = 50.77%

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 50.77%
G = 7.69%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84146C (or 0x84146C) is known color: Dark Purple. HEX triplet: 84, 14 and 6C. RGB value is (132,20,108). Sum of RGB (Red+Green+Blue) = 132+20+108=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84146C is #7BEB93. Grayscale: #3F3F3F. Windows color (decimal): -8121236 or 7083140. OLE color: 7083140.

HSL color Cylindrical-coordinate representation of color #84146C: hue angle of 312.86º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84146C is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 108 -
CMYK 0 0.85 0.18 0.48
HSL 312.86º 0.74% 0.3% -
HSV(B) 312.86º 0.85% 0.52% -
XYZ 12.47 6.49 14.78 -
YUV 63.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 132 20 108 0 0.85 0.18 0.48 312.86 0.74 0.3
Hex 84 14 6C 0 55 12 30 139 4A 1E
Octal 204 24 154 0 125 22 60 471 112 36
Binary 10000100 10100 1101100 0 1010101 10010 110000 100111001 1001010 11110

Color Harmonies of #84146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84146C

Black with #84146C

Text Example


Text Example

White with #84146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84146C; }

 p { color: rgb(132,20,108); }

 H1.HeaderClassName
 {
   color: #84146C;
 }
 .AnyTagClassName
 {
   color: #84146C;
 }
</style>

background-color css

<style>
 a { background-color: #84146C; }

 a { background-color: rgb(132,20,108); }

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

border-color css

<style>
 span { border-color: #84146C; }

 span { border-color: rgb(132,20,108); }

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