Html Css Color HEX #8B166F Dark Purple

📋 copy color: '#8B166F'

red 139 ◦ green 22 ◦ blue 111

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

Shades of Dark Purple #8B166F

Tints of Dark Purple #8B166F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 51.1%
G = 8.09%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B166F (or 0x8B166F) is known color: Dark Purple. HEX triplet: 8B, 16 and 6F. RGB value is (139,22,111). Sum of RGB (Red+Green+Blue) = 139+22+111=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B166F is #74E990. Grayscale: #424242. Windows color (decimal): -7661969 or 7280267. OLE color: 7280267.

HSL color Cylindrical-coordinate representation of color #8B166F: hue angle of 314.36º 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 #8B166F is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 22 111 -
CMYK 0 0.84 0.20 0.45
HSL 314.36º 0.73% 0.32% -
HSV(B) 314.36º 0.84% 0.55% -
XYZ 13.8 7.21 15.7 -
YUV 67.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 139 22 111 0 0.84 0.20 0.45 314.36 0.73 0.32
Hex 8B 16 6F 0 54 14 2D 13A 49 20
Octal 213 26 157 0 124 24 55 472 111 40
Binary 10001011 10110 1101111 0 1010100 10100 101101 100111010 1001001 100000

Color Harmonies of #8B166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B166F

Black with #8B166F

Text Example


Text Example

White with #8B166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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