Html Css Color HEX #8B3376 Dark Purple

📋 copy color: '#8B3376'

red 139 ◦ green 51 ◦ blue 118

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

Shades of Dark Purple #8B3376

Tints of Dark Purple #8B3376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 45.13%
G = 16.56%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B3376 (or 0x8B3376) is known color: Dark Purple. HEX triplet: 8B, 33 and 76. RGB value is (139,51,118). Sum of RGB (Red+Green+Blue) = 139+51+118=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3376 is #74CC89. Grayscale: #545454. Windows color (decimal): -7654538 or 7746443. OLE color: 7746443.

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

Color convert

RGB 139 51 118 -
CMYK 0 0.63 0.15 0.45
HSL 314.32º 0.46% 0.37% -
HSV(B) 314.32º 0.63% 0.55% -
XYZ 15.1 9.16 18.11 -
YUV 84.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 139 51 118 0 0.63 0.15 0.45 314.32 0.46 0.37
Hex 8B 33 76 0 3F F 2D 13A 2E 25
Octal 213 63 166 0 77 17 55 472 56 45
Binary 10001011 110011 1110110 0 111111 1111 101101 100111010 101110 100101

Color Harmonies of #8B3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3376

Black with #8B3376

Text Example


Text Example

White with #8B3376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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