Html Css Color HEX #85367D Dark Purple

📋 copy color: '#85367D'

red 133 ◦ green 54 ◦ blue 125

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

Shades of Dark Purple #85367D

Tints of Dark Purple #85367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 42.63%
G = 17.31%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85367D (or 0x85367D) is known color: Dark Purple. HEX triplet: 85, 36 and 7D. RGB value is (133,54,125). Sum of RGB (Red+Green+Blue) = 133+54+125=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85367D is #7AC982. Grayscale: #555555. Windows color (decimal): -8046979 or 8205957. OLE color: 8205957.

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

Color convert

RGB 133 54 125 -
CMYK 0 0.59 0.06 0.48
HSL 306.08º 0.42% 0.37% -
HSV(B) 306.08º 0.59% 0.52% -
XYZ 14.69 9.11 20.39 -
YUV 85.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 133 54 125 0 0.59 0.06 0.48 306.08 0.42 0.37
Hex 85 36 7D 0 3B 6 30 132 2A 25
Octal 205 66 175 0 73 6 60 462 52 45
Binary 10000101 110110 1111101 0 111011 110 110000 100110010 101010 100101

Color Harmonies of #85367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85367D

Black with #85367D

Text Example


Text Example

White with #85367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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