Html Css Color HEX #8B3970 Dark Purple

📋 copy color: '#8B3970'

red 139 ◦ green 57 ◦ blue 112

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

Shades of Dark Purple #8B3970

Tints of Dark Purple #8B3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 45.13%
G = 18.51%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B3970 (or 0x8B3970) is known color: Dark Purple. HEX triplet: 8B, 39 and 70. RGB value is (139,57,112). Sum of RGB (Red+Green+Blue) = 139+57+112=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3970 is #74C68F. Grayscale: #575757. Windows color (decimal): -7653008 or 7354763. OLE color: 7354763.

HSL color Cylindrical-coordinate representation of color #8B3970: hue angle of 319.76º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B3970 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 57 112 -
CMYK 0 0.59 0.19 0.45
HSL 319.76º 0.42% 0.38% -
HSV(B) 319.76º 0.59% 0.55% -
XYZ 15.04 9.59 16.39 -
YUV 87.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 139 57 112 0 0.59 0.19 0.45 319.76 0.42 0.38
Hex 8B 39 70 0 3B 13 2D 140 2A 26
Octal 213 71 160 0 73 23 55 500 52 46
Binary 10001011 111001 1110000 0 111011 10011 101101 101000000 101010 100110

Color Harmonies of #8B3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3970

Black with #8B3970

Text Example


Text Example

White with #8B3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,57,112); }

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

background-color css

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

 a { background-color: rgb(139,57,112); }

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

border-color css

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

 span { border-color: rgb(139,57,112); }

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