Html Css Color HEX #85127C Dark Purple

📋 copy color: '#85127C'

red 133 ◦ green 18 ◦ blue 124

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

Shades of Dark Purple #85127C

Tints of Dark Purple #85127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 48.36%
G = 6.55%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85127C (or 0x85127C) is known color: Dark Purple. HEX triplet: 85, 12 and 7C. RGB value is (133,18,124). Sum of RGB (Red+Green+Blue) = 133+18+124=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85127C is #7AED83. Grayscale: #404040. Windows color (decimal): -8056196 or 8131205. OLE color: 8131205.

HSL color Cylindrical-coordinate representation of color #85127C: hue angle of 304.7º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85127C is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 124 -
CMYK 0 0.86 0.07 0.48
HSL 304.7º 0.76% 0.3% -
HSV(B) 304.7º 0.86% 0.52% -
XYZ 13.53 6.87 19.68 -
YUV 64.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 133 18 124 0 0.86 0.07 0.48 304.7 0.76 0.3
Hex 85 12 7C 0 56 7 30 131 4C 1E
Octal 205 22 174 0 126 7 60 461 114 36
Binary 10000101 10010 1111100 0 1010110 111 110000 100110001 1001100 11110

Color Harmonies of #85127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85127C

Black with #85127C

Text Example


Text Example

White with #85127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85127C; }

 p { color: rgb(133,18,124); }

 H1.HeaderClassName
 {
   color: #85127C;
 }
 .AnyTagClassName
 {
   color: #85127C;
 }
</style>

background-color css

<style>
 a { background-color: #85127C; }

 a { background-color: rgb(133,18,124); }

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

border-color css

<style>
 span { border-color: #85127C; }

 span { border-color: rgb(133,18,124); }

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