Html Css Color HEX #9C256D Jazzberry Jam

📋 copy color: '#9C256D'

red 156 ◦ green 37 ◦ blue 109

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

Shades of Jazzberry Jam #9C256D

Tints of Jazzberry Jam #9C256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

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

R = 51.66%
G = 12.25%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C256D (or 0x9C256D) is known color: Jazzberry Jam. HEX triplet: 9C, 25 and 6D. RGB value is (156,37,109). Sum of RGB (Red+Green+Blue) = 156+37+109=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C256D is #63DA92. Grayscale: #505050. Windows color (decimal): -6544019 or 7153052. OLE color: 7153052.

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

Color convert

RGB 156 37 109 -
CMYK 0 0.76 0.30 0.39
HSL 323.7º 0.62% 0.38% -
HSV(B) 323.7º 0.76% 0.61% -
XYZ 17.13 9.5 15.4 -
YUV 80.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 156 37 109 0 0.76 0.30 0.39 323.7 0.62 0.38
Hex 9C 25 6D 0 4C 1E 27 144 3E 26
Octal 234 45 155 0 114 36 47 504 76 46
Binary 10011100 100101 1101101 0 1001100 11110 100111 101000100 111110 100110

Color Harmonies of #9C256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C256D

Black with #9C256D

Text Example


Text Example

White with #9C256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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