Html Css Color HEX #8B106F Dark Purple

📋 copy color: '#8B106F'

red 139 ◦ green 16 ◦ blue 111

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

Shades of Dark Purple #8B106F

Tints of Dark Purple #8B106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 52.26%
G = 6.02%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B106F (or 0x8B106F) is known color: Dark Purple. HEX triplet: 8B, 10 and 6F. RGB value is (139,16,111). Sum of RGB (Red+Green+Blue) = 139+16+111=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B106F is #74EF90. Grayscale: #3F3F3F. Windows color (decimal): -7663505 or 7278731. OLE color: 7278731.

HSL color Cylindrical-coordinate representation of color #8B106F: hue angle of 313.66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B106F is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 16 111 -
CMYK 0 0.88 0.20 0.45
HSL 313.66º 0.79% 0.3% -
HSV(B) 313.66º 0.88% 0.55% -
XYZ 13.7 7.01 15.67 -
YUV 63.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 139 16 111 0 0.88 0.20 0.45 313.66 0.79 0.3
Hex 8B 10 6F 0 58 14 2D 13A 4F 1E
Octal 213 20 157 0 130 24 55 472 117 36
Binary 10001011 10000 1101111 0 1011000 10100 101101 100111010 1001111 11110

Color Harmonies of #8B106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B106F

Black with #8B106F

Text Example


Text Example

White with #8B106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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