Html Css Color HEX #8B0777 Purple

📋 copy color: '#8B0777'

red 139 ◦ green 7 ◦ blue 119

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

Shades of Purple #8B0777

Tints of Purple #8B0777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.64%

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 52.45%
G = 2.64%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B0777 (or 0x8B0777) is known color: Purple. HEX triplet: 8B, 07 and 77. RGB value is (139,7,119). Sum of RGB (Red+Green+Blue) = 139+7+119=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0777 is #74F888. Grayscale: #3A3A3A. Windows color (decimal): -7665801 or 7800715. OLE color: 7800715.

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

Color convert

RGB 139 7 119 -
CMYK 0 0.95 0.14 0.45
HSL 309.09º 0.9% 0.29% -
HSV(B) 309.09º 0.95% 0.55% -
XYZ 14.05 6.97 18.06 -
YUV 59.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 139 7 119 0 0.95 0.14 0.45 309.09 0.9 0.29
Hex 8B 7 77 0 5F E 2D 135 5A 1D
Octal 213 7 167 0 137 16 55 465 132 35
Binary 10001011 111 1110111 0 1011111 1110 101101 100110101 1011010 11101

Color Harmonies of #8B0777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0777

Black with #8B0777

Text Example


Text Example

White with #8B0777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,7,119); }

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

background-color css

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

 a { background-color: rgb(139,7,119); }

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

border-color css

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

 span { border-color: rgb(139,7,119); }

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