Html Css Color HEX #84069B Dark Magenta

📋 copy color: '#84069B'

red 132 ◦ green 6 ◦ blue 155

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

Shades of Dark Magenta #84069B

Tints of Dark Magenta #84069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 45.05%
G = 2.05%
B = 52.9%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84069B (or 0x84069B) is known color: Dark Magenta. HEX triplet: 84, 06 and 9B. RGB value is (132,6,155). Sum of RGB (Red+Green+Blue) = 132+6+155=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #84069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84069B is #7BF964. Grayscale: #3C3C3C. Windows color (decimal): -8124773 or 10159748. OLE color: 10159748.

HSL color Cylindrical-coordinate representation of color #84069B: hue angle of 290.74º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84069B is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 6 155 -
CMYK 0.15 0.96 0 0.39
HSL 290.74º 0.93% 0.32% -
HSV(B) 290.74º 0.96% 0.61% -
XYZ 15.5 7.4 31.62 -
YUV 60.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 132 6 155 0.15 0.96 0 0.39 290.74 0.93 0.32
Hex 84 6 9B F 60 0 27 123 5D 20
Octal 204 6 233 17 140 0 47 443 135 40
Binary 10000100 110 10011011 1111 1100000 0 100111 100100011 1011101 100000

Color Harmonies of #84069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84069B

Black with #84069B

Text Example


Text Example

White with #84069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84069B; }

 p { color: rgb(132,6,155); }

 H1.HeaderClassName
 {
   color: #84069B;
 }
 .AnyTagClassName
 {
   color: #84069B;
 }
</style>

background-color css

<style>
 a { background-color: #84069B; }

 a { background-color: rgb(132,6,155); }

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

border-color css

<style>
 span { border-color: #84069B; }

 span { border-color: rgb(132,6,155); }

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