Html Css Color HEX #84266C Dark Purple

📋 copy color: '#84266C'

red 132 ◦ green 38 ◦ blue 108

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

Shades of Dark Purple #84266C

Tints of Dark Purple #84266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 47.48%
G = 13.67%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84266C (or 0x84266C) is known color: Dark Purple. HEX triplet: 84, 26 and 6C. RGB value is (132,38,108). Sum of RGB (Red+Green+Blue) = 132+38+108=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84266C is #7BD993. Grayscale: #494949. Windows color (decimal): -8116628 or 7087748. OLE color: 7087748.

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

Color convert

RGB 132 38 108 -
CMYK 0 0.71 0.18 0.48
HSL 315.32º 0.55% 0.33% -
HSV(B) 315.32º 0.71% 0.52% -
XYZ 12.92 7.37 14.93 -
YUV 74.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 132 38 108 0 0.71 0.18 0.48 315.32 0.55 0.33
Hex 84 26 6C 0 47 12 30 13B 37 21
Octal 204 46 154 0 107 22 60 473 67 41
Binary 10000100 100110 1101100 0 1000111 10010 110000 100111011 110111 100001

Color Harmonies of #84266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84266C

Black with #84266C

Text Example


Text Example

White with #84266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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