Html Css Color HEX #84156C Dark Purple

📋 copy color: '#84156C'

red 132 ◦ green 21 ◦ blue 108

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

Shades of Dark Purple #84156C

Tints of Dark Purple #84156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 50.57%
G = 8.05%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84156C (or 0x84156C) is known color: Dark Purple. HEX triplet: 84, 15 and 6C. RGB value is (132,21,108). Sum of RGB (Red+Green+Blue) = 132+21+108=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84156C is #7BEA93. Grayscale: #3F3F3F. Windows color (decimal): -8120980 or 7083396. OLE color: 7083396.

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

Color convert

RGB 132 21 108 -
CMYK 0 0.84 0.18 0.48
HSL 312.97º 0.73% 0.3% -
HSV(B) 312.97º 0.84% 0.52% -
XYZ 12.49 6.52 14.79 -
YUV 64.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 132 21 108 0 0.84 0.18 0.48 312.97 0.73 0.3
Hex 84 15 6C 0 54 12 30 139 49 1E
Octal 204 25 154 0 124 22 60 471 111 36
Binary 10000100 10101 1101100 0 1010100 10010 110000 100111001 1001001 11110

Color Harmonies of #84156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84156C

Black with #84156C

Text Example


Text Example

White with #84156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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