Html Css Color HEX #85186B Dark Purple

📋 copy color: '#85186B'

red 133 ◦ green 24 ◦ blue 107

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

Shades of Dark Purple #85186B

Tints of Dark Purple #85186B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 50.38%
G = 9.09%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85186B (or 0x85186B) is known color: Dark Purple. HEX triplet: 85, 18 and 6B. RGB value is (133,24,107). Sum of RGB (Red+Green+Blue) = 133+24+107=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85186B is #7AE794. Grayscale: #414141. Windows color (decimal): -8054677 or 7018629. OLE color: 7018629.

HSL color Cylindrical-coordinate representation of color #85186B: hue angle of 314.31º 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 #85186B is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 107 -
CMYK 0 0.82 0.20 0.48
HSL 314.31º 0.69% 0.31% -
HSV(B) 314.31º 0.82% 0.52% -
XYZ 12.65 6.7 14.54 -
YUV 66.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 133 24 107 0 0.82 0.20 0.48 314.31 0.69 0.31
Hex 85 18 6B 0 52 14 30 13A 45 1F
Octal 205 30 153 0 122 24 60 472 105 37
Binary 10000101 11000 1101011 0 1010010 10100 110000 100111010 1000101 11111

Color Harmonies of #85186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85186B

Black with #85186B

Text Example


Text Example

White with #85186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85186B; }

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

 H1.HeaderClassName
 {
   color: #85186B;
 }
 .AnyTagClassName
 {
   color: #85186B;
 }
</style>

background-color css

<style>
 a { background-color: #85186B; }

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

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

border-color css

<style>
 span { border-color: #85186B; }

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

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