Html Css Color HEX #9D024A Jazzberry Jam

📋 copy color: '#9D024A'

red 157 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #9D024A

Tints of Jazzberry Jam #9D024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 67.38%
G = 0.86%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9D024A (or 0x9D024A) is known color: Jazzberry Jam. HEX triplet: 9D, 02 and 4A. RGB value is (157,2,74). Sum of RGB (Red+Green+Blue) = 157+2+74=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D024A is #62FDB5. Grayscale: #383838. Windows color (decimal): -6487478 or 4850333. OLE color: 4850333.

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

Color convert

RGB 157 2 74 -
CMYK 0 0.99 0.53 0.38
HSL 332.13º 0.97% 0.31% -
HSV(B) 332.13º 0.99% 0.62% -
XYZ 15.16 7.71 7.17 -
YUV 56.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 157 2 74 0 0.99 0.53 0.38 332.13 0.97 0.31
Hex 9D 2 4A 0 63 35 26 14C 61 1F
Octal 235 2 112 0 143 65 46 514 141 37
Binary 10011101 10 1001010 0 1100011 110101 100110 101001100 1100001 11111

Color Harmonies of #9D024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D024A

Black with #9D024A

Text Example


Text Example

White with #9D024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,2,74); }

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

background-color css

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

 a { background-color: rgb(157,2,74); }

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

border-color css

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

 span { border-color: rgb(157,2,74); }

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