Html Css Color HEX #8B3271 Dark Purple

📋 copy color: '#8B3271'

red 139 ◦ green 50 ◦ blue 113

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

Shades of Dark Purple #8B3271

Tints of Dark Purple #8B3271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 46.03%
G = 16.56%
B = 37.42%

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

#8B3271 (or 0x8B3271) is known color: Dark Purple. HEX triplet: 8B, 32 and 71. RGB value is (139,50,113). Sum of RGB (Red+Green+Blue) = 139+50+113=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3271 is #74CD8E. Grayscale: #535353. Windows color (decimal): -7654799 or 7418507. OLE color: 7418507.

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

Color convert

RGB 139 50 113 -
CMYK 0 0.64 0.19 0.45
HSL 317.53º 0.47% 0.37% -
HSV(B) 317.53º 0.64% 0.55% -
XYZ 14.77 8.96 16.57 -
YUV 83.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 139 50 113 0 0.64 0.19 0.45 317.53 0.47 0.37
Hex 8B 32 71 0 40 13 2D 13E 2F 25
Octal 213 62 161 0 100 23 55 476 57 45
Binary 10001011 110010 1110001 0 1000000 10011 101101 100111110 101111 100101

Color Harmonies of #8B3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3271

Black with #8B3271

Text Example


Text Example

White with #8B3271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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