Html Css Color HEX #8B3878 Dark Purple

📋 copy color: '#8B3878'

red 139 ◦ green 56 ◦ blue 120

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

Shades of Dark Purple #8B3878

Tints of Dark Purple #8B3878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 44.13%
G = 17.78%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B3878 (or 0x8B3878) is known color: Dark Purple. HEX triplet: 8B, 38 and 78. RGB value is (139,56,120). Sum of RGB (Red+Green+Blue) = 139+56+120=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3878 is #74C787. Grayscale: #575757. Windows color (decimal): -7653256 or 7878795. OLE color: 7878795.

HSL color Cylindrical-coordinate representation of color #8B3878: hue angle of 313.73º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3878 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 56 120 -
CMYK 0 0.60 0.14 0.45
HSL 313.73º 0.43% 0.38% -
HSV(B) 313.73º 0.6% 0.55% -
XYZ 15.45 9.67 18.82 -
YUV 88.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 139 56 120 0 0.60 0.14 0.45 313.73 0.43 0.38
Hex 8B 38 78 0 3C E 2D 13A 2B 26
Octal 213 70 170 0 74 16 55 472 53 46
Binary 10001011 111000 1111000 0 111100 1110 101101 100111010 101011 100110

Color Harmonies of #8B3878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3878

Black with #8B3878

Text Example


Text Example

White with #8B3878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,56,120); }

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

background-color css

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

 a { background-color: rgb(139,56,120); }

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

border-color css

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

 span { border-color: rgb(139,56,120); }

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