Html Css Color HEX #85276D Dark Purple

📋 copy color: '#85276D'

red 133 ◦ green 39 ◦ blue 109

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

Shades of Dark Purple #85276D

Tints of Dark Purple #85276D

RGB

 RED value IS 133 (52.34% from 255) = 47.33%

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 47.33%
G = 13.88%
B = 38.79%

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

#85276D (or 0x85276D) is known color: Dark Purple. HEX triplet: 85, 27 and 6D. RGB value is (133,39,109). Sum of RGB (Red+Green+Blue) = 133+39+109=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85276D is #7AD892. Grayscale: #4A4A4A. Windows color (decimal): -8050835 or 7153541. OLE color: 7153541.

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

Color convert

RGB 133 39 109 -
CMYK 0 0.71 0.18 0.48
HSL 315.32º 0.55% 0.34% -
HSV(B) 315.32º 0.71% 0.52% -
XYZ 13.16 7.54 15.23 -
YUV 75.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 133 39 109 0 0.71 0.18 0.48 315.32 0.55 0.34
Hex 85 27 6D 0 47 12 30 13B 37 22
Octal 205 47 155 0 107 22 60 473 67 42
Binary 10000101 100111 1101101 0 1000111 10010 110000 100111011 110111 100010

Color Harmonies of #85276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85276D

Black with #85276D

Text Example


Text Example

White with #85276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85276D; }

 p { color: rgb(133,39,109); }

 H1.HeaderClassName
 {
   color: #85276D;
 }
 .AnyTagClassName
 {
   color: #85276D;
 }
</style>

background-color css

<style>
 a { background-color: #85276D; }

 a { background-color: rgb(133,39,109); }

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

border-color css

<style>
 span { border-color: #85276D; }

 span { border-color: rgb(133,39,109); }

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