Html Css Color HEX #85107E Purple

📋 copy color: '#85107E'

red 133 ◦ green 16 ◦ blue 126

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

Shades of Purple #85107E

Tints of Purple #85107E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 48.36%
G = 5.82%
B = 45.82%

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

#85107E (or 0x85107E) is known color: Purple. HEX triplet: 85, 10 and 7E. RGB value is (133,16,126). Sum of RGB (Red+Green+Blue) = 133+16+126=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85107E is #7AEF81. Grayscale: #3F3F3F. Windows color (decimal): -8056706 or 8261765. OLE color: 8261765.

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

Color convert

RGB 133 16 126 -
CMYK 0 0.88 0.05 0.48
HSL 303.59º 0.79% 0.29% -
HSV(B) 303.59º 0.88% 0.52% -
XYZ 13.62 6.86 20.35 -
YUV 63.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 133 16 126 0 0.88 0.05 0.48 303.59 0.79 0.29
Hex 85 10 7E 0 58 5 30 130 4F 1D
Octal 205 20 176 0 130 5 60 460 117 35
Binary 10000101 10000 1111110 0 1011000 101 110000 100110000 1001111 11101

Color Harmonies of #85107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85107E

Black with #85107E

Text Example


Text Example

White with #85107E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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