Html Css Color HEX #85217D Dark Purple

📋 copy color: '#85217D'

red 133 ◦ green 33 ◦ blue 125

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

Shades of Dark Purple #85217D

Tints of Dark Purple #85217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.34%

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

R = 45.7%
G = 11.34%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85217D (or 0x85217D) is known color: Dark Purple. HEX triplet: 85, 21 and 7D. RGB value is (133,33,125). Sum of RGB (Red+Green+Blue) = 133+33+125=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85217D is #7ADE82. Grayscale: #494949. Windows color (decimal): -8052355 or 8200581. OLE color: 8200581.

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

Color convert

RGB 133 33 125 -
CMYK 0 0.75 0.06 0.48
HSL 304.8º 0.6% 0.33% -
HSV(B) 304.8º 0.75% 0.52% -
XYZ 13.92 7.55 20.13 -
YUV 73.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 133 33 125 0 0.75 0.06 0.48 304.8 0.6 0.33
Hex 85 21 7D 0 4B 6 30 131 3C 21
Octal 205 41 175 0 113 6 60 461 74 41
Binary 10000101 100001 1111101 0 1001011 110 110000 100110001 111100 100001

Color Harmonies of #85217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85217D

Black with #85217D

Text Example


Text Example

White with #85217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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