Html Css Color HEX #84167C Dark Purple

📋 copy color: '#84167C'

red 132 ◦ green 22 ◦ blue 124

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

Shades of Dark Purple #84167C

Tints of Dark Purple #84167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.6%

R = 47.48%
G = 7.91%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84167C (or 0x84167C) is known color: Dark Purple. HEX triplet: 84, 16 and 7C. RGB value is (132,22,124). Sum of RGB (Red+Green+Blue) = 132+22+124=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84167C is #7BE983. Grayscale: #424242. Windows color (decimal): -8120708 or 8132228. OLE color: 8132228.

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

Color convert

RGB 132 22 124 -
CMYK 0 0.83 0.06 0.48
HSL 304.36º 0.71% 0.3% -
HSV(B) 304.36º 0.83% 0.52% -
XYZ 13.44 6.93 19.7 -
YUV 66.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 132 22 124 0 0.83 0.06 0.48 304.36 0.71 0.3
Hex 84 16 7C 0 53 6 30 130 47 1E
Octal 204 26 174 0 123 6 60 460 107 36
Binary 10000100 10110 1111100 0 1010011 110 110000 100110000 1000111 11110

Color Harmonies of #84167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84167C

Black with #84167C

Text Example


Text Example

White with #84167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,22,124); }

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

background-color css

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

 a { background-color: rgb(132,22,124); }

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

border-color css

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

 span { border-color: rgb(132,22,124); }

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