Html Css Color HEX #84167F Dark Purple

📋 copy color: '#84167F'

red 132 ◦ green 22 ◦ blue 127

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

Shades of Dark Purple #84167F

Tints of Dark Purple #84167F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.2%

R = 46.98%
G = 7.83%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84167F (or 0x84167F) is known color: Dark Purple. HEX triplet: 84, 16 and 7F. RGB value is (132,22,127). Sum of RGB (Red+Green+Blue) = 132+22+127=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84167F is #7BE980. Grayscale: #424242. Windows color (decimal): -8120705 or 8328836. OLE color: 8328836.

HSL color Cylindrical-coordinate representation of color #84167F: hue angle of 302.73º 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 #84167F is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 22 127 -
CMYK 0 0.83 0.04 0.48
HSL 302.73º 0.71% 0.3% -
HSV(B) 302.73º 0.83% 0.52% -
XYZ 13.63 7.01 20.71 -
YUV 66.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 132 22 127 0 0.83 0.04 0.48 302.73 0.71 0.3
Hex 84 16 7F 0 53 4 30 12F 47 1E
Octal 204 26 177 0 123 4 60 457 107 36
Binary 10000100 10110 1111111 0 1010011 100 110000 100101111 1000111 11110

Color Harmonies of #84167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84167F

Black with #84167F

Text Example


Text Example

White with #84167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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