Html Css Color HEX #85106F Dark Purple

📋 copy color: '#85106F'

red 133 ◦ green 16 ◦ blue 111

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

Shades of Dark Purple #85106F

Tints of Dark Purple #85106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 51.15%
G = 6.15%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85106F (or 0x85106F) is known color: Dark Purple. HEX triplet: 85, 10 and 6F. RGB value is (133,16,111). Sum of RGB (Red+Green+Blue) = 133+16+111=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85106F is #7AEF90. Grayscale: #3D3D3D. Windows color (decimal): -8056721 or 7278725. OLE color: 7278725.

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

Color convert

RGB 133 16 111 -
CMYK 0 0.88 0.17 0.48
HSL 311.28º 0.79% 0.29% -
HSV(B) 311.28º 0.88% 0.52% -
XYZ 12.73 6.5 15.62 -
YUV 61.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 133 16 111 0 0.88 0.17 0.48 311.28 0.79 0.29
Hex 85 10 6F 0 58 11 30 137 4F 1D
Octal 205 20 157 0 130 21 60 467 117 35
Binary 10000101 10000 1101111 0 1011000 10001 110000 100110111 1001111 11101

Color Harmonies of #85106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85106F

Black with #85106F

Text Example


Text Example

White with #85106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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