Html Css Color HEX #8B0276 Purple

📋 copy color: '#8B0276'

red 139 ◦ green 2 ◦ blue 118

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

Shades of Purple #8B0276

Tints of Purple #8B0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 53.67%
G = 0.77%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B0276 (or 0x8B0276) is known color: Purple. HEX triplet: 8B, 02 and 76. RGB value is (139,2,118). Sum of RGB (Red+Green+Blue) = 139+2+118=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0276 is #74FD89. Grayscale: #373737. Windows color (decimal): -7667082 or 7733899. OLE color: 7733899.

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

Color convert

RGB 139 2 118 -
CMYK 0 0.99 0.15 0.45
HSL 309.2º 0.97% 0.28% -
HSV(B) 309.2º 0.99% 0.55% -
XYZ 13.94 6.84 17.73 -
YUV 56.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 139 2 118 0 0.99 0.15 0.45 309.2 0.97 0.28
Hex 8B 2 76 0 63 F 2D 135 61 1C
Octal 213 2 166 0 143 17 55 465 141 34
Binary 10001011 10 1110110 0 1100011 1111 101101 100110101 1100001 11100

Color Harmonies of #8B0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0276

Black with #8B0276

Text Example


Text Example

White with #8B0276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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