Html Css Color HEX #851960 Dark Purple

📋 copy color: '#851960'

red 133 ◦ green 25 ◦ blue 96

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

Shades of Dark Purple #851960

Tints of Dark Purple #851960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 52.36%
G = 9.84%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#851960 (or 0x851960) is known color: Dark Purple. HEX triplet: 85, 19 and 60. RGB value is (133,25,96). Sum of RGB (Red+Green+Blue) = 133+25+96=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #851960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851960 is #7AE69F. Grayscale: #414141. Windows color (decimal): -8054432 or 6297989. OLE color: 6297989.

HSL color Cylindrical-coordinate representation of color #851960: hue angle of 320.56º 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 #851960 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 96 -
CMYK 0 0.81 0.28 0.48
HSL 320.56º 0.68% 0.31% -
HSV(B) 320.56º 0.81% 0.52% -
XYZ 12.13 6.53 11.69 -
YUV 65.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 133 25 96 0 0.81 0.28 0.48 320.56 0.68 0.31
Hex 85 19 60 0 51 1C 30 141 44 1F
Octal 205 31 140 0 121 34 60 501 104 37
Binary 10000101 11001 1100000 0 1010001 11100 110000 101000001 1000100 11111

Color Harmonies of #851960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851960

Black with #851960

Text Example


Text Example

White with #851960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851960; }

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

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

background-color css

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

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

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

border-color css

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

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

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