Html Css Color HEX #85195F Dark Purple

📋 copy color: '#85195F'

red 133 ◦ green 25 ◦ blue 95

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

Shades of Dark Purple #85195F

Tints of Dark Purple #85195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.88%

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

R = 52.57%
G = 9.88%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85195F (or 0x85195F) is known color: Dark Purple. HEX triplet: 85, 19 and 5F. RGB value is (133,25,95). Sum of RGB (Red+Green+Blue) = 133+25+95=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #85195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85195F is #7AE6A0. Grayscale: #414141. Windows color (decimal): -8054433 or 6232453. OLE color: 6232453.

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

Color convert

RGB 133 25 95 -
CMYK 0 0.81 0.29 0.48
HSL 321.11º 0.68% 0.31% -
HSV(B) 321.11º 0.81% 0.52% -
XYZ 12.09 6.51 11.45 -
YUV 65.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 133 25 95 0 0.81 0.29 0.48 321.11 0.68 0.31
Hex 85 19 5F 0 51 1D 30 141 44 1F
Octal 205 31 137 0 121 35 60 501 104 37
Binary 10000101 11001 1011111 0 1010001 11101 110000 101000001 1000100 11111

Color Harmonies of #85195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85195F

Black with #85195F

Text Example


Text Example

White with #85195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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