Html Css Color HEX #8B187A Dark Purple

📋 copy color: '#8B187A'

red 139 ◦ green 24 ◦ blue 122

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

Shades of Dark Purple #8B187A

Tints of Dark Purple #8B187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 48.77%
G = 8.42%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B187A (or 0x8B187A) is known color: Dark Purple. HEX triplet: 8B, 18 and 7A. RGB value is (139,24,122). Sum of RGB (Red+Green+Blue) = 139+24+122=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B187A is #74E785. Grayscale: #454545. Windows color (decimal): -7661446 or 8001675. OLE color: 8001675.

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

Color convert

RGB 139 24 122 -
CMYK 0 0.83 0.12 0.45
HSL 308.87º 0.71% 0.32% -
HSV(B) 308.87º 0.83% 0.55% -
XYZ 14.49 7.55 19.11 -
YUV 69.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 139 24 122 0 0.83 0.12 0.45 308.87 0.71 0.32
Hex 8B 18 7A 0 53 C 2D 135 47 20
Octal 213 30 172 0 123 14 55 465 107 40
Binary 10001011 11000 1111010 0 1010011 1100 101101 100110101 1000111 100000

Color Harmonies of #8B187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B187A

Black with #8B187A

Text Example


Text Example

White with #8B187A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,24,122); }

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

background-color css

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

 a { background-color: rgb(139,24,122); }

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

border-color css

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

 span { border-color: rgb(139,24,122); }

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