Html Css Color HEX #84226C Dark Purple

📋 copy color: '#84226C'

red 132 ◦ green 34 ◦ blue 108

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

Shades of Dark Purple #84226C

Tints of Dark Purple #84226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

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

R = 48.18%
G = 12.41%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84226C (or 0x84226C) is known color: Dark Purple. HEX triplet: 84, 22 and 6C. RGB value is (132,34,108). Sum of RGB (Red+Green+Blue) = 132+34+108=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84226C is #7BDD93. Grayscale: #474747. Windows color (decimal): -8117652 or 7086724. OLE color: 7086724.

HSL color Cylindrical-coordinate representation of color #84226C: hue angle of 314.69º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84226C is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 34 108 -
CMYK 0 0.74 0.18 0.48
HSL 314.69º 0.59% 0.33% -
HSV(B) 314.69º 0.74% 0.52% -
XYZ 12.79 7.13 14.89 -
YUV 71.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 132 34 108 0 0.74 0.18 0.48 314.69 0.59 0.33
Hex 84 22 6C 0 4A 12 30 13B 3B 21
Octal 204 42 154 0 112 22 60 473 73 41
Binary 10000100 100010 1101100 0 1001010 10010 110000 100111011 111011 100001

Color Harmonies of #84226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84226C

Black with #84226C

Text Example


Text Example

White with #84226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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