Html Css Color HEX #8B117D Dark Purple

📋 copy color: '#8B117D'

red 139 ◦ green 17 ◦ blue 125

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

Shades of Dark Purple #8B117D

Tints of Dark Purple #8B117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.48%

R = 49.47%
G = 6.05%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B117D (or 0x8B117D) is known color: Dark Purple. HEX triplet: 8B, 11 and 7D. RGB value is (139,17,125). Sum of RGB (Red+Green+Blue) = 139+17+125=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B117D is #74EE82. Grayscale: #414141. Windows color (decimal): -7663235 or 8196491. OLE color: 8196491.

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

Color convert

RGB 139 17 125 -
CMYK 0 0.88 0.10 0.45
HSL 306.89º 0.78% 0.31% -
HSV(B) 306.89º 0.88% 0.55% -
XYZ 14.55 7.37 20.06 -
YUV 65.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 139 17 125 0 0.88 0.10 0.45 306.89 0.78 0.31
Hex 8B 11 7D 0 58 A 2D 133 4E 1F
Octal 213 21 175 0 130 12 55 463 116 37
Binary 10001011 10001 1111101 0 1011000 1010 101101 100110011 1001110 11111

Color Harmonies of #8B117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B117D

Black with #8B117D

Text Example


Text Example

White with #8B117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,17,125); }

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

background-color css

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

 a { background-color: rgb(139,17,125); }

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

border-color css

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

 span { border-color: rgb(139,17,125); }

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