Html Css Color HEX #8B3270 Dark Purple

📋 copy color: '#8B3270'

red 139 ◦ green 50 ◦ blue 112

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

Shades of Dark Purple #8B3270

Tints of Dark Purple #8B3270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 46.18%
G = 16.61%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B3270 (or 0x8B3270) is known color: Dark Purple. HEX triplet: 8B, 32 and 70. RGB value is (139,50,112). Sum of RGB (Red+Green+Blue) = 139+50+112=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3270 is #74CD8F. Grayscale: #535353. Windows color (decimal): -7654800 or 7352971. OLE color: 7352971.

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

Color convert

RGB 139 50 112 -
CMYK 0 0.64 0.19 0.45
HSL 318.2º 0.47% 0.37% -
HSV(B) 318.2º 0.64% 0.55% -
XYZ 14.71 8.94 16.28 -
YUV 83.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 139 50 112 0 0.64 0.19 0.45 318.2 0.47 0.37
Hex 8B 32 70 0 40 13 2D 13E 2F 25
Octal 213 62 160 0 100 23 55 476 57 45
Binary 10001011 110010 1110000 0 1000000 10011 101101 100111110 101111 100101

Color Harmonies of #8B3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3270

Black with #8B3270

Text Example


Text Example

White with #8B3270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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