Html Css Color HEX #85146B Dark Purple

📋 copy color: '#85146B'

red 133 ◦ green 20 ◦ blue 107

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

Shades of Dark Purple #85146B

Tints of Dark Purple #85146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 51.15%
G = 7.69%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85146B (or 0x85146B) is known color: Dark Purple. HEX triplet: 85, 14 and 6B. RGB value is (133,20,107). Sum of RGB (Red+Green+Blue) = 133+20+107=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85146B is #7AEB94. Grayscale: #3F3F3F. Windows color (decimal): -8055701 or 7017605. OLE color: 7017605.

HSL color Cylindrical-coordinate representation of color #85146B: hue angle of 313.81º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85146B is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 107 -
CMYK 0 0.85 0.20 0.48
HSL 313.81º 0.74% 0.3% -
HSV(B) 313.81º 0.85% 0.52% -
XYZ 12.58 6.55 14.51 -
YUV 63.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 133 20 107 0 0.85 0.20 0.48 313.81 0.74 0.3
Hex 85 14 6B 0 55 14 30 13A 4A 1E
Octal 205 24 153 0 125 24 60 472 112 36
Binary 10000101 10100 1101011 0 1010101 10100 110000 100111010 1001010 11110

Color Harmonies of #85146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85146B

Black with #85146B

Text Example


Text Example

White with #85146B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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