Html Css Color HEX #85107F Purple

📋 copy color: '#85107F'

red 133 ◦ green 16 ◦ blue 127

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

Shades of Purple #85107F

Tints of Purple #85107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 127 (50% from 255) = 46.01%

R = 48.19%
G = 5.8%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85107F (or 0x85107F) is known color: Purple. HEX triplet: 85, 10 and 7F. RGB value is (133,16,127). Sum of RGB (Red+Green+Blue) = 133+16+127=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85107F is #7AEF80. Grayscale: #3F3F3F. Windows color (decimal): -8056705 or 8327301. OLE color: 8327301.

HSL color Cylindrical-coordinate representation of color #85107F: hue angle of 303.08º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85107F is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 127 -
CMYK 0 0.88 0.05 0.48
HSL 303.08º 0.79% 0.29% -
HSV(B) 303.08º 0.88% 0.52% -
XYZ 13.69 6.89 20.69 -
YUV 63.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 133 16 127 0 0.88 0.05 0.48 303.08 0.79 0.29
Hex 85 10 7F 0 58 5 30 12F 4F 1D
Octal 205 20 177 0 130 5 60 457 117 35
Binary 10000101 10000 1111111 0 1011000 101 110000 100101111 1001111 11101

Color Harmonies of #85107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85107F

Black with #85107F

Text Example


Text Example

White with #85107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,16,127); }

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

background-color css

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

 a { background-color: rgb(133,16,127); }

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

border-color css

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

 span { border-color: rgb(133,16,127); }

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