Html Css Color HEX #851660 Dark Purple

📋 copy color: '#851660'

red 133 ◦ green 22 ◦ blue 96

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

Shades of Dark Purple #851660

Tints of Dark Purple #851660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

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

R = 52.99%
G = 8.76%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#851660 (or 0x851660) is known color: Dark Purple. HEX triplet: 85, 16 and 60. RGB value is (133,22,96). Sum of RGB (Red+Green+Blue) = 133+22+96=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #851660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851660 is #7AE99F. Grayscale: #3F3F3F. Windows color (decimal): -8055200 or 6297221. OLE color: 6297221.

HSL color Cylindrical-coordinate representation of color #851660: hue angle of 320º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851660 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 22 96 -
CMYK 0 0.83 0.28 0.48
HSL 320º 0.72% 0.3% -
HSV(B) 320º 0.83% 0.52% -
XYZ 12.07 6.4 11.67 -
YUV 63.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 133 22 96 0 0.83 0.28 0.48 320 0.72 0.3
Hex 85 16 60 0 53 1C 30 140 48 1E
Octal 205 26 140 0 123 34 60 500 110 36
Binary 10000101 10110 1100000 0 1010011 11100 110000 101000000 1001000 11110

Color Harmonies of #851660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851660

Black with #851660

Text Example


Text Example

White with #851660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851660; }

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

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

background-color css

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

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

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

border-color css

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

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

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