Html Css Color HEX #851668 Dark Purple

📋 copy color: '#851668'

red 133 ◦ green 22 ◦ blue 104

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

Shades of Dark Purple #851668

Tints of Dark Purple #851668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 51.35%
G = 8.49%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#851668 (or 0x851668) is known color: Dark Purple. HEX triplet: 85, 16 and 68. RGB value is (133,22,104). Sum of RGB (Red+Green+Blue) = 133+22+104=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #851668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851668 is #7AE997. Grayscale: #404040. Windows color (decimal): -8055192 or 6821509. OLE color: 6821509.

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

Color convert

RGB 133 22 104 -
CMYK 0 0.83 0.22 0.48
HSL 315.68º 0.72% 0.3% -
HSV(B) 315.68º 0.83% 0.52% -
XYZ 12.46 6.56 13.71 -
YUV 64.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 133 22 104 0 0.83 0.22 0.48 315.68 0.72 0.3
Hex 85 16 68 0 53 16 30 13C 48 1E
Octal 205 26 150 0 123 26 60 474 110 36
Binary 10000101 10110 1101000 0 1010011 10110 110000 100111100 1001000 11110

Color Harmonies of #851668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851668

Black with #851668

Text Example


Text Example

White with #851668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851668; }

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

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

background-color css

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

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

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

border-color css

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

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

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