Html Css Color HEX #9D0B61 Jazzberry Jam

📋 copy color: '#9D0B61'

red 157 ◦ green 11 ◦ blue 97

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

Shades of Jazzberry Jam #9D0B61

Tints of Jazzberry Jam #9D0B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.15%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 59.25%
G = 4.15%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D0B61 (or 0x9D0B61) is known color: Jazzberry Jam. HEX triplet: 9D, 0B and 61. RGB value is (157,11,97). Sum of RGB (Red+Green+Blue) = 157+11+97=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0B61 is #62F49E. Grayscale: #404040. Windows color (decimal): -6485151 or 6359965. OLE color: 6359965.

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

Color convert

RGB 157 11 97 -
CMYK 0 0.93 0.38 0.38
HSL 324.66º 0.87% 0.33% -
HSV(B) 324.66º 0.93% 0.62% -
XYZ 16.18 8.27 12.05 -
YUV 64.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 157 11 97 0 0.93 0.38 0.38 324.66 0.87 0.33
Hex 9D B 61 0 5D 26 26 145 57 21
Octal 235 13 141 0 135 46 46 505 127 41
Binary 10011101 1011 1100001 0 1011101 100110 100110 101000101 1010111 100001

Color Harmonies of #9D0B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0B61

Black with #9D0B61

Text Example


Text Example

White with #9D0B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,11,97); }

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

background-color css

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

 a { background-color: rgb(157,11,97); }

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

border-color css

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

 span { border-color: rgb(157,11,97); }

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