Html Css Color HEX #8B0047 Jazzberry Jam

📋 copy color: '#8B0047'

red 139 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #8B0047

Tints of Jazzberry Jam #8B0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 33.81%

R = 66.19%
G = 0%
B = 33.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8B0047 (or 0x8B0047) is known color: Jazzberry Jam. HEX triplet: 8B, 00 and 47. RGB value is (139,0,71). Sum of RGB (Red+Green+Blue) = 139+0+71=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0047 is #74FFB8. Grayscale: #313131. Windows color (decimal): -7667641 or 4653195. OLE color: 4653195.

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

Color convert

RGB 139 0 71 -
CMYK 0 1 0.49 0.45
HSL 329.35º 1% 0.27% -
HSV(B) 329.35º 1% 0.55% -
XYZ 11.78 5.94 6.49 -
YUV 49.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 139 0 71 0 1 0.49 0.45 329.35 1 0.27
Hex 8B 0 47 0 64 31 2D 149 64 1B
Octal 213 0 107 0 144 61 55 511 144 33
Binary 10001011 0 1000111 0 1100100 110001 101101 101001001 1100100 11011

Color Harmonies of #8B0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0047

Black with #8B0047

Text Example


Text Example

White with #8B0047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,0,71); }

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

background-color css

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

 a { background-color: rgb(139,0,71); }

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

border-color css

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

 span { border-color: rgb(139,0,71); }

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