Html Css Color HEX #851661 Dark Purple

📋 copy color: '#851661'

red 133 ◦ green 22 ◦ blue 97

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

Shades of Dark Purple #851661

Tints of Dark Purple #851661

RGB

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

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

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

R = 52.78%
G = 8.73%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#851661 (or 0x851661) is known color: Dark Purple. HEX triplet: 85, 16 and 61. RGB value is (133,22,97). Sum of RGB (Red+Green+Blue) = 133+22+97=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #851661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851661 is #7AE99E. Grayscale: #3F3F3F. Windows color (decimal): -8055199 or 6362757. OLE color: 6362757.

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

Color convert

RGB 133 22 97 -
CMYK 0 0.83 0.27 0.48
HSL 319.46º 0.72% 0.3% -
HSV(B) 319.46º 0.83% 0.52% -
XYZ 12.12 6.42 11.91 -
YUV 63.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 133 22 97 0 0.83 0.27 0.48 319.46 0.72 0.3
Hex 85 16 61 0 53 1B 30 13F 48 1E
Octal 205 26 141 0 123 33 60 477 110 36
Binary 10000101 10110 1100001 0 1010011 11011 110000 100111111 1001000 11110

Color Harmonies of #851661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851661

Black with #851661

Text Example


Text Example

White with #851661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851661; }

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

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

background-color css

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

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

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

border-color css

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

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

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