Html Css Color HEX #9D044E Jazzberry Jam

📋 copy color: '#9D044E'

red 157 ◦ green 4 ◦ blue 78

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

Shades of Jazzberry Jam #9D044E

Tints of Jazzberry Jam #9D044E

RGB

 RED value IS 157 (61.72% from 255) = 65.69%

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

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 65.69%
G = 1.67%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9D044E (or 0x9D044E) is known color: Jazzberry Jam. HEX triplet: 9D, 04 and 4E. RGB value is (157,4,78). Sum of RGB (Red+Green+Blue) = 157+4+78=239 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.69% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 157 - color contains mainly: red. Hex color #9D044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D044E is #62FBB1. Grayscale: #3A3A3A. Windows color (decimal): -6486962 or 5112989. OLE color: 5112989.

HSL color Cylindrical-coordinate representation of color #9D044E: hue angle of 330.98º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D044E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 4 78 -
CMYK 0 0.97 0.50 0.38
HSL 330.98º 0.95% 0.32% -
HSV(B) 330.98º 0.97% 0.62% -
XYZ 15.32 7.8 7.91 -
YUV 58.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 157 4 78 0 0.97 0.50 0.38 330.98 0.95 0.32
Hex 9D 4 4E 0 61 32 26 14B 5F 20
Octal 235 4 116 0 141 62 46 513 137 40
Binary 10011101 100 1001110 0 1100001 110010 100110 101001011 1011111 100000

Color Harmonies of #9D044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D044E

Black with #9D044E

Text Example


Text Example

White with #9D044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D044E; }

 p { color: rgb(157,4,78); }

 H1.HeaderClassName
 {
   color: #9D044E;
 }
 .AnyTagClassName
 {
   color: #9D044E;
 }
</style>

background-color css

<style>
 a { background-color: #9D044E; }

 a { background-color: rgb(157,4,78); }

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

border-color css

<style>
 span { border-color: #9D044E; }

 span { border-color: rgb(157,4,78); }

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