Html Css Color HEX #851961 Dark Purple

📋 copy color: '#851961'

red 133 ◦ green 25 ◦ blue 97

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

Shades of Dark Purple #851961

Tints of Dark Purple #851961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 52.16%
G = 9.8%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#851961 (or 0x851961) is known color: Dark Purple. HEX triplet: 85, 19 and 61. RGB value is (133,25,97). Sum of RGB (Red+Green+Blue) = 133+25+97=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #851961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851961 is #7AE69E. Grayscale: #414141. Windows color (decimal): -8054431 or 6363525. OLE color: 6363525.

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

Color convert

RGB 133 25 97 -
CMYK 0 0.81 0.27 0.48
HSL 320º 0.68% 0.31% -
HSV(B) 320º 0.81% 0.52% -
XYZ 12.18 6.54 11.93 -
YUV 65.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 133 25 97 0 0.81 0.27 0.48 320 0.68 0.31
Hex 85 19 61 0 51 1B 30 140 44 1F
Octal 205 31 141 0 121 33 60 500 104 37
Binary 10000101 11001 1100001 0 1010001 11011 110000 101000000 1000100 11111

Color Harmonies of #851961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851961

Black with #851961

Text Example


Text Example

White with #851961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851961; }

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

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

background-color css

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

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

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

border-color css

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

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

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