Html Css Color HEX #84266F Dark Purple

📋 copy color: '#84266F'

red 132 ◦ green 38 ◦ blue 111

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

Shades of Dark Purple #84266F

Tints of Dark Purple #84266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 46.98%
G = 13.52%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84266F (or 0x84266F) is known color: Dark Purple. HEX triplet: 84, 26 and 6F. RGB value is (132,38,111). Sum of RGB (Red+Green+Blue) = 132+38+111=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84266F is #7BD990. Grayscale: #4A4A4A. Windows color (decimal): -8116625 or 7284356. OLE color: 7284356.

HSL color Cylindrical-coordinate representation of color #84266F: hue angle of 313.4º 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 #84266F is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 38 111 -
CMYK 0 0.71 0.16 0.48
HSL 313.4º 0.55% 0.33% -
HSV(B) 313.4º 0.71% 0.52% -
XYZ 13.08 7.44 15.79 -
YUV 74.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 132 38 111 0 0.71 0.16 0.48 313.4 0.55 0.33
Hex 84 26 6F 0 47 10 30 139 37 21
Octal 204 46 157 0 107 20 60 471 67 41
Binary 10000100 100110 1101111 0 1000111 10000 110000 100111001 110111 100001

Color Harmonies of #84266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84266F

Black with #84266F

Text Example


Text Example

White with #84266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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