Html Css Color HEX #8C044A Jazzberry Jam

📋 copy color: '#8C044A'

red 140 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #8C044A

Tints of Jazzberry Jam #8C044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 64.22%
G = 1.83%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8C044A (or 0x8C044A) is known color: Jazzberry Jam. HEX triplet: 8C, 04 and 4A. RGB value is (140,4,74). Sum of RGB (Red+Green+Blue) = 140+4+74=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C044A is #73FBB5. Grayscale: #343434. Windows color (decimal): -7601078 or 4850828. OLE color: 4850828.

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

Color convert

RGB 140 4 74 -
CMYK 0 0.97 0.47 0.45
HSL 329.12º 0.94% 0.28% -
HSV(B) 329.12º 0.97% 0.55% -
XYZ 12.09 6.16 7.03 -
YUV 52.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 140 4 74 0 0.97 0.47 0.45 329.12 0.94 0.28
Hex 8C 4 4A 0 61 2F 2D 149 5E 1C
Octal 214 4 112 0 141 57 55 511 136 34
Binary 10001100 100 1001010 0 1100001 101111 101101 101001001 1011110 11100

Color Harmonies of #8C044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C044A

Black with #8C044A

Text Example


Text Example

White with #8C044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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