Html Css Color HEX #85337D Dark Purple

📋 copy color: '#85337D'

red 133 ◦ green 51 ◦ blue 125

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

Shades of Dark Purple #85337D

Tints of Dark Purple #85337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 43.04%
G = 16.5%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85337D (or 0x85337D) is known color: Dark Purple. HEX triplet: 85, 33 and 7D. RGB value is (133,51,125). Sum of RGB (Red+Green+Blue) = 133+51+125=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85337D is #7ACC82. Grayscale: #535353. Windows color (decimal): -8047747 or 8205189. OLE color: 8205189.

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

Color convert

RGB 133 51 125 -
CMYK 0 0.62 0.06 0.48
HSL 305.85º 0.45% 0.36% -
HSV(B) 305.85º 0.62% 0.52% -
XYZ 14.56 8.83 20.34 -
YUV 83.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 133 51 125 0 0.62 0.06 0.48 305.85 0.45 0.36
Hex 85 33 7D 0 3E 6 30 132 2D 24
Octal 205 63 175 0 76 6 60 462 55 44
Binary 10000101 110011 1111101 0 111110 110 110000 100110010 101101 100100

Color Harmonies of #85337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85337D

Black with #85337D

Text Example


Text Example

White with #85337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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