Html Css Color HEX #85147E Dark Purple

📋 copy color: '#85147E'

red 133 ◦ green 20 ◦ blue 126

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

Shades of Dark Purple #85147E

Tints of Dark Purple #85147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

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

R = 47.67%
G = 7.17%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85147E (or 0x85147E) is known color: Dark Purple. HEX triplet: 85, 14 and 7E. RGB value is (133,20,126). Sum of RGB (Red+Green+Blue) = 133+20+126=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85147E is #7AEB81. Grayscale: #414141. Windows color (decimal): -8055682 or 8262789. OLE color: 8262789.

HSL color Cylindrical-coordinate representation of color #85147E: hue angle of 303.72º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85147E is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 126 -
CMYK 0 0.85 0.05 0.48
HSL 303.72º 0.74% 0.3% -
HSV(B) 303.72º 0.85% 0.52% -
XYZ 13.69 6.99 20.37 -
YUV 65.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 133 20 126 0 0.85 0.05 0.48 303.72 0.74 0.3
Hex 85 14 7E 0 55 5 30 130 4A 1E
Octal 205 24 176 0 125 5 60 460 112 36
Binary 10000101 10100 1111110 0 1010101 101 110000 100110000 1001010 11110

Color Harmonies of #85147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85147E

Black with #85147E

Text Example


Text Example

White with #85147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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