Html Css Color HEX #8B1666 Dark Purple

📋 copy color: '#8B1666'

red 139 ◦ green 22 ◦ blue 102

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

Shades of Dark Purple #8B1666

Tints of Dark Purple #8B1666

RGB

 RED value IS 139 (54.69% from 255) = 52.85%

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

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

R = 52.85%
G = 8.37%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B1666 (or 0x8B1666) is known color: Dark Purple. HEX triplet: 8B, 16 and 66. RGB value is (139,22,102). Sum of RGB (Red+Green+Blue) = 139+22+102=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1666 is #74E999. Grayscale: #414141. Windows color (decimal): -7661978 or 6690443. OLE color: 6690443.

HSL color Cylindrical-coordinate representation of color #8B1666: hue angle of 318.97º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1666 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 22 102 -
CMYK 0 0.84 0.27 0.45
HSL 318.97º 0.73% 0.32% -
HSV(B) 318.97º 0.84% 0.55% -
XYZ 13.33 7.02 13.22 -
YUV 66.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 139 22 102 0 0.84 0.27 0.45 318.97 0.73 0.32
Hex 8B 16 66 0 54 1B 2D 13F 49 20
Octal 213 26 146 0 124 33 55 477 111 40
Binary 10001011 10110 1100110 0 1010100 11011 101101 100111111 1001001 100000

Color Harmonies of #8B1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1666

Black with #8B1666

Text Example


Text Example

White with #8B1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B1666; }

 p { color: rgb(139,22,102); }

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

background-color css

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

 a { background-color: rgb(139,22,102); }

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

border-color css

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

 span { border-color: rgb(139,22,102); }

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