Html Css Color HEX #851969 Dark Purple

📋 copy color: '#851969'

red 133 ◦ green 25 ◦ blue 105

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

Shades of Dark Purple #851969

Tints of Dark Purple #851969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.92%

R = 50.57%
G = 9.51%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#851969 (or 0x851969) is known color: Dark Purple. HEX triplet: 85, 19 and 69. RGB value is (133,25,105). Sum of RGB (Red+Green+Blue) = 133+25+105=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #851969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851969 is #7AE696. Grayscale: #424242. Windows color (decimal): -8054423 or 6887813. OLE color: 6887813.

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

Color convert

RGB 133 25 105 -
CMYK 0 0.81 0.21 0.48
HSL 315.56º 0.68% 0.31% -
HSV(B) 315.56º 0.81% 0.52% -
XYZ 12.57 6.7 14 -
YUV 66.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 133 25 105 0 0.81 0.21 0.48 315.56 0.68 0.31
Hex 85 19 69 0 51 15 30 13C 44 1F
Octal 205 31 151 0 121 25 60 474 104 37
Binary 10000101 11001 1101001 0 1010001 10101 110000 100111100 1000100 11111

Color Harmonies of #851969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851969

Black with #851969

Text Example


Text Example

White with #851969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851969; }

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

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

background-color css

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

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

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

border-color css

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

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

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