Html Css Color HEX #85276E Dark Purple

📋 copy color: '#85276E'

red 133 ◦ green 39 ◦ blue 110

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

Shades of Dark Purple #85276E

Tints of Dark Purple #85276E

RGB

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

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

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

R = 47.16%
G = 13.83%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85276E (or 0x85276E) is known color: Dark Purple. HEX triplet: 85, 27 and 6E. RGB value is (133,39,110). Sum of RGB (Red+Green+Blue) = 133+39+110=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85276E is #7AD891. Grayscale: #4B4B4B. Windows color (decimal): -8050834 or 7219077. OLE color: 7219077.

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

Color convert

RGB 133 39 110 -
CMYK 0 0.71 0.17 0.48
HSL 314.68º 0.55% 0.34% -
HSV(B) 314.68º 0.71% 0.52% -
XYZ 13.21 7.56 15.52 -
YUV 75.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 133 39 110 0 0.71 0.17 0.48 314.68 0.55 0.34
Hex 85 27 6E 0 47 11 30 13B 37 22
Octal 205 47 156 0 107 21 60 473 67 42
Binary 10000101 100111 1101110 0 1000111 10001 110000 100111011 110111 100010

Color Harmonies of #85276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85276E

Black with #85276E

Text Example


Text Example

White with #85276E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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