Html Css Color HEX #84087D Purple

📋 copy color: '#84087D'

red 132 ◦ green 8 ◦ blue 125

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

Shades of Purple #84087D

Tints of Purple #84087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

 BLUE value IS 125 (49.22% from 255) = 47.17%

R = 49.81%
G = 3.02%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84087D (or 0x84087D) is known color: Purple. HEX triplet: 84, 08 and 7D. RGB value is (132,8,125). Sum of RGB (Red+Green+Blue) = 132+8+125=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84087D is #7BF782. Grayscale: #3A3A3A. Windows color (decimal): -8124291 or 8194180. OLE color: 8194180.

HSL color Cylindrical-coordinate representation of color #84087D: hue angle of 303.39º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84087D is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 125 -
CMYK 0 0.94 0.05 0.48
HSL 303.39º 0.89% 0.27% -
HSV(B) 303.39º 0.94% 0.52% -
XYZ 13.3 6.56 19.97 -
YUV 58.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 132 8 125 0 0.94 0.05 0.48 303.39 0.89 0.27
Hex 84 8 7D 0 5E 5 30 12F 59 1B
Octal 204 10 175 0 136 5 60 457 131 33
Binary 10000100 1000 1111101 0 1011110 101 110000 100101111 1011001 11011

Color Harmonies of #84087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84087D

Black with #84087D

Text Example


Text Example

White with #84087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84087D; }

 p { color: rgb(132,8,125); }

 H1.HeaderClassName
 {
   color: #84087D;
 }
 .AnyTagClassName
 {
   color: #84087D;
 }
</style>

background-color css

<style>
 a { background-color: #84087D; }

 a { background-color: rgb(132,8,125); }

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

border-color css

<style>
 span { border-color: #84087D; }

 span { border-color: rgb(132,8,125); }

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