Html Css Color HEX #9C236D Jazzberry Jam

📋 copy color: '#9C236D'

red 156 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #9C236D

Tints of Jazzberry Jam #9C236D

RGB

 RED value IS 156 (61.33% from 255) = 52%

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

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

R = 52%
G = 11.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C236D (or 0x9C236D) is known color: Jazzberry Jam. HEX triplet: 9C, 23 and 6D. RGB value is (156,35,109). Sum of RGB (Red+Green+Blue) = 156+35+109=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C236D is #63DC92. Grayscale: #4F4F4F. Windows color (decimal): -6544531 or 7152540. OLE color: 7152540.

HSL color Cylindrical-coordinate representation of color #9C236D: hue angle of 323.31º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C236D is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 35 109 -
CMYK 0 0.78 0.30 0.39
HSL 323.31º 0.63% 0.37% -
HSV(B) 323.31º 0.78% 0.61% -
XYZ 17.07 9.37 15.38 -
YUV 79.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 156 35 109 0 0.78 0.30 0.39 323.31 0.63 0.37
Hex 9C 23 6D 0 4E 1E 27 143 3F 25
Octal 234 43 155 0 116 36 47 503 77 45
Binary 10011100 100011 1101101 0 1001110 11110 100111 101000011 111111 100101

Color Harmonies of #9C236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C236D

Black with #9C236D

Text Example


Text Example

White with #9C236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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