Html Css Color HEX #9D0059 Jazzberry Jam

📋 copy color: '#9D0059'

red 157 ◦ green 0 ◦ blue 89

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

Shades of Jazzberry Jam #9D0059

Tints of Jazzberry Jam #9D0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 63.82%
G = 0%
B = 36.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9D0059 (or 0x9D0059) is known color: Jazzberry Jam. HEX triplet: 9D, 00 and 59. RGB value is (157,0,89). Sum of RGB (Red+Green+Blue) = 157+0+89=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0059 is #62FFA6. Grayscale: #383838. Windows color (decimal): -6487975 or 5832861. OLE color: 5832861.

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

Color convert

RGB 157 0 89 -
CMYK 0 1 0.43 0.38
HSL 325.99º 1% 0.31% -
HSV(B) 325.99º 1% 0.62% -
XYZ 15.71 7.89 10.15 -
YUV 57.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 157 0 89 0 1 0.43 0.38 325.99 1 0.31
Hex 9D 0 59 0 64 2B 26 146 64 1F
Octal 235 0 131 0 144 53 46 506 144 37
Binary 10011101 0 1011001 0 1100100 101011 100110 101000110 1100100 11111

Color Harmonies of #9D0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0059

Black with #9D0059

Text Example


Text Example

White with #9D0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,0,89); }

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

background-color css

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

 a { background-color: rgb(157,0,89); }

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

border-color css

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

 span { border-color: rgb(157,0,89); }

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