Html Css Color HEX #84226E Dark Purple

📋 copy color: '#84226E'

red 132 ◦ green 34 ◦ blue 110

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

Shades of Dark Purple #84226E

Tints of Dark Purple #84226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 47.83%
G = 12.32%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84226E (or 0x84226E) is known color: Dark Purple. HEX triplet: 84, 22 and 6E. RGB value is (132,34,110). Sum of RGB (Red+Green+Blue) = 132+34+110=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84226E is #7BDD91. Grayscale: #474747. Windows color (decimal): -8117650 or 7217796. OLE color: 7217796.

HSL color Cylindrical-coordinate representation of color #84226E: hue angle of 313.47º 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 #84226E is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 34 110 -
CMYK 0 0.74 0.17 0.48
HSL 313.47º 0.59% 0.33% -
HSV(B) 313.47º 0.74% 0.52% -
XYZ 12.9 7.18 15.46 -
YUV 71.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 132 34 110 0 0.74 0.17 0.48 313.47 0.59 0.33
Hex 84 22 6E 0 4A 11 30 139 3B 21
Octal 204 42 156 0 112 21 60 471 73 41
Binary 10000100 100010 1101110 0 1001010 10001 110000 100111001 111011 100001

Color Harmonies of #84226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84226E

Black with #84226E

Text Example


Text Example

White with #84226E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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