Html Css Color HEX #85387D Dark Purple

📋 copy color: '#85387D'

red 133 ◦ green 56 ◦ blue 125

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

Shades of Dark Purple #85387D

Tints of Dark Purple #85387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 42.36%
G = 17.83%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85387D (or 0x85387D) is known color: Dark Purple. HEX triplet: 85, 38 and 7D. RGB value is (133,56,125). Sum of RGB (Red+Green+Blue) = 133+56+125=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85387D is #7AC782. Grayscale: #565656. Windows color (decimal): -8046467 or 8206469. OLE color: 8206469.

HSL color Cylindrical-coordinate representation of color #85387D: hue angle of 306.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85387D is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 125 -
CMYK 0 0.58 0.06 0.48
HSL 306.23º 0.41% 0.37% -
HSV(B) 306.23º 0.58% 0.52% -
XYZ 14.79 9.3 20.42 -
YUV 86.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 133 56 125 0 0.58 0.06 0.48 306.23 0.41 0.37
Hex 85 38 7D 0 3A 6 30 132 29 25
Octal 205 70 175 0 72 6 60 462 51 45
Binary 10000101 111000 1111101 0 111010 110 110000 100110010 101001 100101

Color Harmonies of #85387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85387D

Black with #85387D

Text Example


Text Example

White with #85387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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