Html Css Color HEX #8B0178 Purple

📋 copy color: '#8B0178'

red 139 ◦ green 1 ◦ blue 120

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

Shades of Purple #8B0178

Tints of Purple #8B0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 53.46%
G = 0.38%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B0178 (or 0x8B0178) is known color: Purple. HEX triplet: 8B, 01 and 78. RGB value is (139,1,120). Sum of RGB (Red+Green+Blue) = 139+1+120=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0178 is #74FE87. Grayscale: #373737. Windows color (decimal): -7667336 or 7864715. OLE color: 7864715.

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

Color convert

RGB 139 1 120 -
CMYK 0 0.99 0.14 0.45
HSL 308.26º 0.99% 0.27% -
HSV(B) 308.26º 0.99% 0.55% -
XYZ 14.05 6.87 18.35 -
YUV 55.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 139 1 120 0 0.99 0.14 0.45 308.26 0.99 0.27
Hex 8B 1 78 0 63 E 2D 134 63 1B
Octal 213 1 170 0 143 16 55 464 143 33
Binary 10001011 1 1111000 0 1100011 1110 101101 100110100 1100011 11011

Color Harmonies of #8B0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0178

Black with #8B0178

Text Example


Text Example

White with #8B0178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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