Html Css Color HEX #85127D Dark Purple

📋 copy color: '#85127D'

red 133 ◦ green 18 ◦ blue 125

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

Shades of Dark Purple #85127D

Tints of Dark Purple #85127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 48.19%
G = 6.52%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85127D (or 0x85127D) is known color: Dark Purple. HEX triplet: 85, 12 and 7D. RGB value is (133,18,125). Sum of RGB (Red+Green+Blue) = 133+18+125=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85127D is #7AED82. Grayscale: #404040. Windows color (decimal): -8056195 or 8196741. OLE color: 8196741.

HSL color Cylindrical-coordinate representation of color #85127D: hue angle of 304.17º 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 #85127D is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 125 -
CMYK 0 0.86 0.06 0.48
HSL 304.17º 0.76% 0.3% -
HSV(B) 304.17º 0.86% 0.52% -
XYZ 13.59 6.9 20.02 -
YUV 64.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 133 18 125 0 0.86 0.06 0.48 304.17 0.76 0.3
Hex 85 12 7D 0 56 6 30 130 4C 1E
Octal 205 22 175 0 126 6 60 460 114 36
Binary 10000101 10010 1111101 0 1010110 110 110000 100110000 1001100 11110

Color Harmonies of #85127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85127D

Black with #85127D

Text Example


Text Example

White with #85127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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