Html Css Color HEX #84097D Purple

📋 copy color: '#84097D'

red 132 ◦ green 9 ◦ blue 125

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

Shades of Purple #84097D

Tints of Purple #84097D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 49.62%
G = 3.38%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84097D (or 0x84097D) is known color: Purple. HEX triplet: 84, 09 and 7D. RGB value is (132,9,125). Sum of RGB (Red+Green+Blue) = 132+9+125=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84097D is #7BF682. Grayscale: #3A3A3A. Windows color (decimal): -8124035 or 8194436. OLE color: 8194436.

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

Color convert

RGB 132 9 125 -
CMYK 0 0.93 0.05 0.48
HSL 303.41º 0.87% 0.28% -
HSV(B) 303.41º 0.93% 0.52% -
XYZ 13.32 6.58 19.97 -
YUV 59 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 132 9 125 0 0.93 0.05 0.48 303.41 0.87 0.28
Hex 84 9 7D 0 5D 5 30 12F 57 1C
Octal 204 11 175 0 135 5 60 457 127 34
Binary 10000100 1001 1111101 0 1011101 101 110000 100101111 1010111 11100

Color Harmonies of #84097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84097D

Black with #84097D

Text Example


Text Example

White with #84097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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