Html Css Color HEX #8B0278 Purple

📋 copy color: '#8B0278'

red 139 ◦ green 2 ◦ blue 120

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

Shades of Purple #8B0278

Tints of Purple #8B0278

RGB

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

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

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

R = 53.26%
G = 0.77%
B = 45.98%

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

#8B0278 (or 0x8B0278) is known color: Purple. HEX triplet: 8B, 02 and 78. RGB value is (139,2,120). Sum of RGB (Red+Green+Blue) = 139+2+120=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0278 is #74FD87. Grayscale: #383838. Windows color (decimal): -7667080 or 7864971. OLE color: 7864971.

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

Color convert

RGB 139 2 120 -
CMYK 0 0.99 0.14 0.45
HSL 308.32º 0.97% 0.28% -
HSV(B) 308.32º 0.99% 0.55% -
XYZ 14.06 6.89 18.36 -
YUV 56.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 139 2 120 0 0.99 0.14 0.45 308.32 0.97 0.28
Hex 8B 2 78 0 63 E 2D 134 61 1C
Octal 213 2 170 0 143 16 55 464 141 34
Binary 10001011 10 1111000 0 1100011 1110 101101 100110100 1100001 11100

Color Harmonies of #8B0278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0278

Black with #8B0278

Text Example


Text Example

White with #8B0278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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