Html Css Color HEX #9B024A Jazzberry Jam

📋 copy color: '#9B024A'

red 155 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #9B024A

Tints of Jazzberry Jam #9B024A

RGB

 RED value IS 155 (60.94% from 255) = 67.1%

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

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

R = 67.1%
G = 0.87%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B024A (or 0x9B024A) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 4A. RGB value is (155,2,74). Sum of RGB (Red+Green+Blue) = 155+2+74=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B024A is #64FDB5. Grayscale: #373737. Windows color (decimal): -6618550 or 4850331. OLE color: 4850331.

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

Color convert

RGB 155 2 74 -
CMYK 0 0.99 0.52 0.39
HSL 331.76º 0.97% 0.31% -
HSV(B) 331.76º 0.99% 0.61% -
XYZ 14.78 7.51 7.15 -
YUV 55.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 155 2 74 0 0.99 0.52 0.39 331.76 0.97 0.31
Hex 9B 2 4A 0 63 34 27 14C 61 1F
Octal 233 2 112 0 143 64 47 514 141 37
Binary 10011011 10 1001010 0 1100011 110100 100111 101001100 1100001 11111

Color Harmonies of #9B024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B024A

Black with #9B024A

Text Example


Text Example

White with #9B024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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