Html Css Color HEX #8B3378 Dark Purple

📋 copy color: '#8B3378'

red 139 ◦ green 51 ◦ blue 120

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

Shades of Dark Purple #8B3378

Tints of Dark Purple #8B3378

RGB

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

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

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

R = 44.84%
G = 16.45%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B3378 (or 0x8B3378) is known color: Dark Purple. HEX triplet: 8B, 33 and 78. RGB value is (139,51,120). Sum of RGB (Red+Green+Blue) = 139+51+120=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3378 is #74CC87. Grayscale: #545454. Windows color (decimal): -7654536 or 7877515. OLE color: 7877515.

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

Color convert

RGB 139 51 120 -
CMYK 0 0.63 0.14 0.45
HSL 312.95º 0.46% 0.37% -
HSV(B) 312.95º 0.63% 0.55% -
XYZ 15.22 9.21 18.75 -
YUV 85.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 139 51 120 0 0.63 0.14 0.45 312.95 0.46 0.37
Hex 8B 33 78 0 3F E 2D 139 2E 25
Octal 213 63 170 0 77 16 55 471 56 45
Binary 10001011 110011 1111000 0 111111 1110 101101 100111001 101110 100101

Color Harmonies of #8B3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3378

Black with #8B3378

Text Example


Text Example

White with #8B3378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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