Html Css Color HEX #851665 Dark Purple

📋 copy color: '#851665'

red 133 ◦ green 22 ◦ blue 101

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

Shades of Dark Purple #851665

Tints of Dark Purple #851665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 51.95%
G = 8.59%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#851665 (or 0x851665) is known color: Dark Purple. HEX triplet: 85, 16 and 65. RGB value is (133,22,101). Sum of RGB (Red+Green+Blue) = 133+22+101=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #851665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851665 is #7AE99A. Grayscale: #3F3F3F. Windows color (decimal): -8055195 or 6624901. OLE color: 6624901.

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

Color convert

RGB 133 22 101 -
CMYK 0 0.83 0.24 0.48
HSL 317.3º 0.72% 0.3% -
HSV(B) 317.3º 0.83% 0.52% -
XYZ 12.31 6.5 12.92 -
YUV 64.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 133 22 101 0 0.83 0.24 0.48 317.3 0.72 0.3
Hex 85 16 65 0 53 18 30 13D 48 1E
Octal 205 26 145 0 123 30 60 475 110 36
Binary 10000101 10110 1100101 0 1010011 11000 110000 100111101 1001000 11110

Color Harmonies of #851665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851665

Black with #851665

Text Example


Text Example

White with #851665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851665; }

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

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

background-color css

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

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

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

border-color css

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

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

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