Html Css Color HEX #85185F Dark Purple

📋 copy color: '#85185F'

red 133 ◦ green 24 ◦ blue 95

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

Shades of Dark Purple #85185F

Tints of Dark Purple #85185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 52.78%
G = 9.52%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85185F (or 0x85185F) is known color: Dark Purple. HEX triplet: 85, 18 and 5F. RGB value is (133,24,95). Sum of RGB (Red+Green+Blue) = 133+24+95=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85185F is #7AE7A0. Grayscale: #404040. Windows color (decimal): -8054689 or 6232197. OLE color: 6232197.

HSL color Cylindrical-coordinate representation of color #85185F: hue angle of 320.92º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85185F is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 95 -
CMYK 0 0.82 0.29 0.48
HSL 320.92º 0.69% 0.31% -
HSV(B) 320.92º 0.82% 0.52% -
XYZ 12.07 6.47 11.44 -
YUV 64.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 133 24 95 0 0.82 0.29 0.48 320.92 0.69 0.31
Hex 85 18 5F 0 52 1D 30 141 45 1F
Octal 205 30 137 0 122 35 60 501 105 37
Binary 10000101 11000 1011111 0 1010010 11101 110000 101000001 1000101 11111

Color Harmonies of #85185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85185F

Black with #85185F

Text Example


Text Example

White with #85185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85185F; }

 p { color: rgb(133,24,95); }

 H1.HeaderClassName
 {
   color: #85185F;
 }
 .AnyTagClassName
 {
   color: #85185F;
 }
</style>

background-color css

<style>
 a { background-color: #85185F; }

 a { background-color: rgb(133,24,95); }

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

border-color css

<style>
 span { border-color: #85185F; }

 span { border-color: rgb(133,24,95); }

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