Html Css Color HEX #8C054A Jazzberry Jam

📋 copy color: '#8C054A'

red 140 ◦ green 5 ◦ blue 74

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

Shades of Jazzberry Jam #8C054A

Tints of Jazzberry Jam #8C054A

RGB

 RED value IS 140 (55.08% from 255) = 63.93%

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

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

R = 63.93%
G = 2.28%
B = 33.79%

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

#8C054A (or 0x8C054A) is known color: Jazzberry Jam. HEX triplet: 8C, 05 and 4A. RGB value is (140,5,74). Sum of RGB (Red+Green+Blue) = 140+5+74=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C054A is #73FAB5. Grayscale: #353535. Windows color (decimal): -7600822 or 4851084. OLE color: 4851084.

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

Color convert

RGB 140 5 74 -
CMYK 0 0.96 0.47 0.45
HSL 329.33º 0.93% 0.28% -
HSV(B) 329.33º 0.96% 0.55% -
XYZ 12.11 6.18 7.03 -
YUV 53.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 140 5 74 0 0.96 0.47 0.45 329.33 0.93 0.28
Hex 8C 5 4A 0 60 2F 2D 149 5D 1C
Octal 214 5 112 0 140 57 55 511 135 34
Binary 10001100 101 1001010 0 1100000 101111 101101 101001001 1011101 11100

Color Harmonies of #8C054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C054A

Black with #8C054A

Text Example


Text Example

White with #8C054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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