Html Css Color HEX #9D236D Jazzberry Jam

📋 copy color: '#9D236D'

red 157 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #9D236D

Tints of Jazzberry Jam #9D236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 52.16%
G = 11.63%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D236D (or 0x9D236D) is known color: Jazzberry Jam. HEX triplet: 9D, 23 and 6D. RGB value is (157,35,109). Sum of RGB (Red+Green+Blue) = 157+35+109=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D236D is #62DC92. Grayscale: #4F4F4F. Windows color (decimal): -6478995 or 7152541. OLE color: 7152541.

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

Color convert

RGB 157 35 109 -
CMYK 0 0.78 0.31 0.38
HSL 323.61º 0.64% 0.38% -
HSV(B) 323.61º 0.78% 0.62% -
XYZ 17.27 9.47 15.39 -
YUV 79.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 157 35 109 0 0.78 0.31 0.38 323.61 0.64 0.38
Hex 9D 23 6D 0 4E 1F 26 144 40 26
Octal 235 43 155 0 116 37 46 504 100 46
Binary 10011101 100011 1101101 0 1001110 11111 100110 101000100 1000000 100110

Color Harmonies of #9D236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D236D

Black with #9D236D

Text Example


Text Example

White with #9D236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,35,109); }

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

background-color css

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

 a { background-color: rgb(157,35,109); }

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

border-color css

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

 span { border-color: rgb(157,35,109); }

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