Html Css Color HEX #8B2386 Dark Purple

📋 copy color: '#8B2386'

red 139 ◦ green 35 ◦ blue 134

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

Shades of Dark Purple #8B2386

Tints of Dark Purple #8B2386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.36%

 BLUE value IS 134 (52.73% from 255) = 43.51%

R = 45.13%
G = 11.36%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B2386 (or 0x8B2386) is known color: Dark Purple. HEX triplet: 8B, 23 and 86. RGB value is (139,35,134). Sum of RGB (Red+Green+Blue) = 139+35+134=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2386 is #74DC79. Grayscale: #4D4D4D. Windows color (decimal): -7658618 or 8790923. OLE color: 8790923.

HSL color Cylindrical-coordinate representation of color #8B2386: hue angle of 302.88º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2386 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 35 134 -
CMYK 0 0.75 0.04 0.45
HSL 302.88º 0.6% 0.34% -
HSV(B) 302.88º 0.75% 0.55% -
XYZ 15.55 8.41 23.36 -
YUV 77.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 139 35 134 0 0.75 0.04 0.45 302.88 0.6 0.34
Hex 8B 23 86 0 4B 4 2D 12F 3C 22
Octal 213 43 206 0 113 4 55 457 74 42
Binary 10001011 100011 10000110 0 1001011 100 101101 100101111 111100 100010

Color Harmonies of #8B2386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2386

Black with #8B2386

Text Example


Text Example

White with #8B2386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,35,134); }

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

background-color css

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

 a { background-color: rgb(139,35,134); }

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

border-color css

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

 span { border-color: rgb(139,35,134); }

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