Html Css Color HEX #84236E Dark Purple

📋 copy color: '#84236E'

red 132 ◦ green 35 ◦ blue 110

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

Shades of Dark Purple #84236E

Tints of Dark Purple #84236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 47.65%
G = 12.64%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84236E (or 0x84236E) is known color: Dark Purple. HEX triplet: 84, 23 and 6E. RGB value is (132,35,110). Sum of RGB (Red+Green+Blue) = 132+35+110=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84236E is #7BDC91. Grayscale: #484848. Windows color (decimal): -8117394 or 7218052. OLE color: 7218052.

HSL color Cylindrical-coordinate representation of color #84236E: hue angle of 313.61º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84236E is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 110 -
CMYK 0 0.73 0.17 0.48
HSL 313.61º 0.58% 0.33% -
HSV(B) 313.61º 0.73% 0.52% -
XYZ 12.93 7.23 15.47 -
YUV 72.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 132 35 110 0 0.73 0.17 0.48 313.61 0.58 0.33
Hex 84 23 6E 0 49 11 30 13A 3A 21
Octal 204 43 156 0 111 21 60 472 72 41
Binary 10000100 100011 1101110 0 1001001 10001 110000 100111010 111010 100001

Color Harmonies of #84236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84236E

Black with #84236E

Text Example


Text Example

White with #84236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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