Html Css Color HEX #8B208F Dark Purple

📋 copy color: '#8B208F'

red 139 ◦ green 32 ◦ blue 143

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

Shades of Dark Purple #8B208F

Tints of Dark Purple #8B208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 44.27%
G = 10.19%
B = 45.54%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B208F (or 0x8B208F) is known color: Dark Purple. HEX triplet: 8B, 20 and 8F. RGB value is (139,32,143). Sum of RGB (Red+Green+Blue) = 139+32+143=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B208F is #74DF70. Grayscale: #4C4C4C. Windows color (decimal): -7659377 or 9379979. OLE color: 9379979.

HSL color Cylindrical-coordinate representation of color #8B208F: hue angle of 297.84º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B208F is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 32 143 -
CMYK 0.03 0.78 0 0.44
HSL 297.84º 0.63% 0.34% -
HSV(B) 297.84º 0.78% 0.56% -
XYZ 16.12 8.51 26.78 -
YUV 76.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 139 32 143 0.03 0.78 0 0.44 297.84 0.63 0.34
Hex 8B 20 8F 3 4E 0 2C 12A 3F 22
Octal 213 40 217 3 116 0 54 452 77 42
Binary 10001011 100000 10001111 11 1001110 0 101100 100101010 111111 100010

Color Harmonies of #8B208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B208F

Black with #8B208F

Text Example


Text Example

White with #8B208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,32,143); }

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

background-color css

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

 a { background-color: rgb(139,32,143); }

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

border-color css

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

 span { border-color: rgb(139,32,143); }

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