Html Css Color HEX #8D0A4A Jazzberry Jam

📋 copy color: '#8D0A4A'

red 141 ◦ green 10 ◦ blue 74

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

Shades of Jazzberry Jam #8D0A4A

Tints of Jazzberry Jam #8D0A4A

RGB

 RED value IS 141 (55.47% from 255) = 62.67%

 GREEN value IS 10 (4.3% from 255) = 4.44%

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

R = 62.67%
G = 4.44%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8D0A4A (or 0x8D0A4A) is known color: Jazzberry Jam. HEX triplet: 8D, 0A and 4A. RGB value is (141,10,74). Sum of RGB (Red+Green+Blue) = 141+10+74=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0A4A is #72F5B5. Grayscale: #383838. Windows color (decimal): -7534006 or 4852365. OLE color: 4852365.

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

Color convert

RGB 141 10 74 -
CMYK 0 0.93 0.48 0.45
HSL 330.69º 0.87% 0.3% -
HSV(B) 330.69º 0.93% 0.55% -
XYZ 12.33 6.37 7.06 -
YUV 56.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 141 10 74 0 0.93 0.48 0.45 330.69 0.87 0.3
Hex 8D A 4A 0 5D 30 2D 14B 57 1E
Octal 215 12 112 0 135 60 55 513 127 36
Binary 10001101 1010 1001010 0 1011101 110000 101101 101001011 1010111 11110

Color Harmonies of #8D0A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0A4A

Black with #8D0A4A

Text Example


Text Example

White with #8D0A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,10,74); }

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

background-color css

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

 a { background-color: rgb(141,10,74); }

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

border-color css

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

 span { border-color: rgb(141,10,74); }

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