Html Css Color HEX #84117E Dark Purple

📋 copy color: '#84117E'

red 132 ◦ green 17 ◦ blue 126

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

Shades of Dark Purple #84117E

Tints of Dark Purple #84117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 48%
G = 6.18%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84117E (or 0x84117E) is known color: Dark Purple. HEX triplet: 84, 11 and 7E. RGB value is (132,17,126). Sum of RGB (Red+Green+Blue) = 132+17+126=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84117E is #7BEE81. Grayscale: #3F3F3F. Windows color (decimal): -8121986 or 8262020. OLE color: 8262020.

HSL color Cylindrical-coordinate representation of color #84117E: hue angle of 303.13º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84117E is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 126 -
CMYK 0 0.87 0.05 0.48
HSL 303.13º 0.77% 0.29% -
HSV(B) 303.13º 0.87% 0.52% -
XYZ 13.48 6.81 20.34 -
YUV 63.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 132 17 126 0 0.87 0.05 0.48 303.13 0.77 0.29
Hex 84 11 7E 0 57 5 30 12F 4D 1D
Octal 204 21 176 0 127 5 60 457 115 35
Binary 10000100 10001 1111110 0 1010111 101 110000 100101111 1001101 11101

Color Harmonies of #84117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84117E

Black with #84117E

Text Example


Text Example

White with #84117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84117E; }

 p { color: rgb(132,17,126); }

 H1.HeaderClassName
 {
   color: #84117E;
 }
 .AnyTagClassName
 {
   color: #84117E;
 }
</style>

background-color css

<style>
 a { background-color: #84117E; }

 a { background-color: rgb(132,17,126); }

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

border-color css

<style>
 span { border-color: #84117E; }

 span { border-color: rgb(132,17,126); }

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