Html Css Color HEX #8B187E Dark Purple

📋 copy color: '#8B187E'

red 139 ◦ green 24 ◦ blue 126

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

Shades of Dark Purple #8B187E

Tints of Dark Purple #8B187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 48.1%
G = 8.3%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B187E (or 0x8B187E) is known color: Dark Purple. HEX triplet: 8B, 18 and 7E. RGB value is (139,24,126). Sum of RGB (Red+Green+Blue) = 139+24+126=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B187E is #74E781. Grayscale: #454545. Windows color (decimal): -7661442 or 8263819. OLE color: 8263819.

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

Color convert

RGB 139 24 126 -
CMYK 0 0.83 0.09 0.45
HSL 306.78º 0.71% 0.32% -
HSV(B) 306.78º 0.83% 0.55% -
XYZ 14.74 7.65 20.44 -
YUV 70.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 139 24 126 0 0.83 0.09 0.45 306.78 0.71 0.32
Hex 8B 18 7E 0 53 9 2D 133 47 20
Octal 213 30 176 0 123 11 55 463 107 40
Binary 10001011 11000 1111110 0 1010011 1001 101101 100110011 1000111 100000

Color Harmonies of #8B187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B187E

Black with #8B187E

Text Example


Text Example

White with #8B187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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