Html Css Color HEX #9D136C Jazzberry Jam

📋 copy color: '#9D136C'

red 157 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #9D136C

Tints of Jazzberry Jam #9D136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 55.28%
G = 6.69%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D136C (or 0x9D136C) is known color: Jazzberry Jam. HEX triplet: 9D, 13 and 6C. RGB value is (157,19,108). Sum of RGB (Red+Green+Blue) = 157+19+108=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D136C is #62EC93. Grayscale: #464646. Windows color (decimal): -6483092 or 7082909. OLE color: 7082909.

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

Color convert

RGB 157 19 108 -
CMYK 0 0.88 0.31 0.38
HSL 321.3º 0.78% 0.35% -
HSV(B) 321.3º 0.88% 0.62% -
XYZ 16.84 8.72 14.98 -
YUV 70.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 157 19 108 0 0.88 0.31 0.38 321.3 0.78 0.35
Hex 9D 13 6C 0 58 1F 26 141 4E 23
Octal 235 23 154 0 130 37 46 501 116 43
Binary 10011101 10011 1101100 0 1011000 11111 100110 101000001 1001110 100011

Color Harmonies of #9D136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D136C

Black with #9D136C

Text Example


Text Example

White with #9D136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,19,108); }

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

background-color css

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

 a { background-color: rgb(157,19,108); }

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

border-color css

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

 span { border-color: rgb(157,19,108); }

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