Html Css Color HEX #8B054A Jazzberry Jam

📋 copy color: '#8B054A'

red 139 ◦ green 5 ◦ blue 74

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

Shades of Jazzberry Jam #8B054A

Tints of Jazzberry Jam #8B054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 63.76%
G = 2.29%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8B054A (or 0x8B054A) is known color: Jazzberry Jam. HEX triplet: 8B, 05 and 4A. RGB value is (139,5,74). Sum of RGB (Red+Green+Blue) = 139+5+74=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B054A is #74FAB5. Grayscale: #343434. Windows color (decimal): -7666358 or 4851083. OLE color: 4851083.

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

Color convert

RGB 139 5 74 -
CMYK 0 0.96 0.47 0.45
HSL 329.1º 0.93% 0.28% -
HSV(B) 329.1º 0.96% 0.55% -
XYZ 11.94 6.09 7.03 -
YUV 52.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 139 5 74 0 0.96 0.47 0.45 329.1 0.93 0.28
Hex 8B 5 4A 0 60 2F 2D 149 5D 1C
Octal 213 5 112 0 140 57 55 511 135 34
Binary 10001011 101 1001010 0 1100000 101111 101101 101001001 1011101 11100

Color Harmonies of #8B054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B054A

Black with #8B054A

Text Example


Text Example

White with #8B054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,5,74); }

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

background-color css

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

 a { background-color: rgb(139,5,74); }

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

border-color css

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

 span { border-color: rgb(139,5,74); }

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