Html Css Color HEX #84096C Dark Purple

📋 copy color: '#84096C'

red 132 ◦ green 9 ◦ blue 108

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

Shades of Dark Purple #84096C

Tints of Dark Purple #84096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 53.01%
G = 3.61%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84096C (or 0x84096C) is known color: Dark Purple. HEX triplet: 84, 09 and 6C. RGB value is (132,9,108). Sum of RGB (Red+Green+Blue) = 132+9+108=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84096C is #7BF693. Grayscale: #383838. Windows color (decimal): -8124052 or 7080324. OLE color: 7080324.

HSL color Cylindrical-coordinate representation of color #84096C: hue angle of 311.71º 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 #84096C is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 9 108 -
CMYK 0 0.93 0.18 0.48
HSL 311.71º 0.87% 0.28% -
HSV(B) 311.71º 0.93% 0.52% -
XYZ 12.32 6.18 14.73 -
YUV 57.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 132 9 108 0 0.93 0.18 0.48 311.71 0.87 0.28
Hex 84 9 6C 0 5D 12 30 138 57 1C
Octal 204 11 154 0 135 22 60 470 127 34
Binary 10000100 1001 1101100 0 1011101 10010 110000 100111000 1010111 11100

Color Harmonies of #84096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84096C

Black with #84096C

Text Example


Text Example

White with #84096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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