Html Css Color HEX #85286A Dark Purple

📋 copy color: '#85286A'

red 133 ◦ green 40 ◦ blue 106

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

Shades of Dark Purple #85286A

Tints of Dark Purple #85286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 47.67%
G = 14.34%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85286A (or 0x85286A) is known color: Dark Purple. HEX triplet: 85, 28 and 6A. RGB value is (133,40,106). Sum of RGB (Red+Green+Blue) = 133+40+106=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85286A is #7AD795. Grayscale: #4B4B4B. Windows color (decimal): -8050582 or 6957189. OLE color: 6957189.

HSL color Cylindrical-coordinate representation of color #85286A: hue angle of 317.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85286A is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 106 -
CMYK 0 0.70 0.20 0.48
HSL 317.42º 0.54% 0.34% -
HSV(B) 317.42º 0.7% 0.52% -
XYZ 13.03 7.54 14.41 -
YUV 75.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 133 40 106 0 0.70 0.20 0.48 317.42 0.54 0.34
Hex 85 28 6A 0 46 14 30 13D 36 22
Octal 205 50 152 0 106 24 60 475 66 42
Binary 10000101 101000 1101010 0 1000110 10100 110000 100111101 110110 100010

Color Harmonies of #85286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85286A

Black with #85286A

Text Example


Text Example

White with #85286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85286A; }

 p { color: rgb(133,40,106); }

 H1.HeaderClassName
 {
   color: #85286A;
 }
 .AnyTagClassName
 {
   color: #85286A;
 }
</style>

background-color css

<style>
 a { background-color: #85286A; }

 a { background-color: rgb(133,40,106); }

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

border-color css

<style>
 span { border-color: #85286A; }

 span { border-color: rgb(133,40,106); }

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