Html Css Color HEX #8B3C76 Dark Purple

📋 copy color: '#8B3C76'

red 139 ◦ green 60 ◦ blue 118

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

Shades of Dark Purple #8B3C76

Tints of Dark Purple #8B3C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 43.85%
G = 18.93%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B3C76 (or 0x8B3C76) is known color: Dark Purple. HEX triplet: 8B, 3C and 76. RGB value is (139,60,118). Sum of RGB (Red+Green+Blue) = 139+60+118=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3C76 is #74C389. Grayscale: #5A5A5A. Windows color (decimal): -7652234 or 7748747. OLE color: 7748747.

HSL color Cylindrical-coordinate representation of color #8B3C76: hue angle of 315.95º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B3C76 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 60 118 -
CMYK 0 0.57 0.15 0.45
HSL 315.95º 0.4% 0.39% -
HSV(B) 315.95º 0.57% 0.55% -
XYZ 15.53 10.03 18.26 -
YUV 90.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 139 60 118 0 0.57 0.15 0.45 315.95 0.4 0.39
Hex 8B 3C 76 0 39 F 2D 13C 28 27
Octal 213 74 166 0 71 17 55 474 50 47
Binary 10001011 111100 1110110 0 111001 1111 101101 100111100 101000 100111

Color Harmonies of #8B3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3C76

Black with #8B3C76

Text Example


Text Example

White with #8B3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,60,118); }

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

background-color css

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

 a { background-color: rgb(139,60,118); }

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

border-color css

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

 span { border-color: rgb(139,60,118); }

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