Html Css Color HEX #851166 Dark Purple

📋 copy color: '#851166'

red 133 ◦ green 17 ◦ blue 102

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

Shades of Dark Purple #851166

Tints of Dark Purple #851166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 52.78%
G = 6.75%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#851166 (or 0x851166) is known color: Dark Purple. HEX triplet: 85, 11 and 66. RGB value is (133,17,102). Sum of RGB (Red+Green+Blue) = 133+17+102=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #851166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851166 is #7AEE99. Grayscale: #3D3D3D. Windows color (decimal): -8056474 or 6689157. OLE color: 6689157.

HSL color Cylindrical-coordinate representation of color #851166: hue angle of 316.03º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851166 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 102 -
CMYK 0 0.87 0.23 0.48
HSL 316.03º 0.77% 0.29% -
HSV(B) 316.03º 0.87% 0.52% -
XYZ 12.27 6.35 13.15 -
YUV 61.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 133 17 102 0 0.87 0.23 0.48 316.03 0.77 0.29
Hex 85 11 66 0 57 17 30 13C 4D 1D
Octal 205 21 146 0 127 27 60 474 115 35
Binary 10000101 10001 1100110 0 1010111 10111 110000 100111100 1001101 11101

Color Harmonies of #851166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851166

Black with #851166

Text Example


Text Example

White with #851166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851166; }

 p { color: rgb(133,17,102); }

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

background-color css

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

 a { background-color: rgb(133,17,102); }

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

border-color css

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

 span { border-color: rgb(133,17,102); }

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