Html Css Color HEX #85036E Purple

📋 copy color: '#85036E'

red 133 ◦ green 3 ◦ blue 110

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

Shades of Purple #85036E

Tints of Purple #85036E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 54.07%
G = 1.22%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85036E (or 0x85036E) is known color: Purple. HEX triplet: 85, 03 and 6E. RGB value is (133,3,110). Sum of RGB (Red+Green+Blue) = 133+3+110=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85036E is #7AFC91. Grayscale: #353535. Windows color (decimal): -8060050 or 7209861. OLE color: 7209861.

HSL color Cylindrical-coordinate representation of color #85036E: hue angle of 310.62º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85036E is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 3 110 -
CMYK 0 0.98 0.17 0.48
HSL 310.62º 0.96% 0.27% -
HSV(B) 310.62º 0.98% 0.52% -
XYZ 12.52 6.18 15.28 -
YUV 54.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 133 3 110 0 0.98 0.17 0.48 310.62 0.96 0.27
Hex 85 3 6E 0 62 11 30 137 60 1B
Octal 205 3 156 0 142 21 60 467 140 33
Binary 10000101 11 1101110 0 1100010 10001 110000 100110111 1100000 11011

Color Harmonies of #85036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85036E

Black with #85036E

Text Example


Text Example

White with #85036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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