Html Css Color HEX #9C1663 Jazzberry Jam

📋 copy color: '#9C1663'

red 156 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #9C1663

Tints of Jazzberry Jam #9C1663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 56.32%
G = 7.94%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C1663 (or 0x9C1663) is known color: Jazzberry Jam. HEX triplet: 9C, 16 and 63. RGB value is (156,22,99). Sum of RGB (Red+Green+Blue) = 156+22+99=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1663 is #63E99C. Grayscale: #464646. Windows color (decimal): -6547869 or 6493852. OLE color: 6493852.

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

Color convert

RGB 156 22 99 -
CMYK 0 0.86 0.37 0.39
HSL 325.52º 0.75% 0.35% -
HSV(B) 325.52º 0.86% 0.61% -
XYZ 16.25 8.54 12.6 -
YUV 70.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 156 22 99 0 0.86 0.37 0.39 325.52 0.75 0.35
Hex 9C 16 63 0 56 25 27 146 4B 23
Octal 234 26 143 0 126 45 47 506 113 43
Binary 10011100 10110 1100011 0 1010110 100101 100111 101000110 1001011 100011

Color Harmonies of #9C1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1663

Black with #9C1663

Text Example


Text Example

White with #9C1663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,22,99); }

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

background-color css

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

 a { background-color: rgb(156,22,99); }

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

border-color css

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

 span { border-color: rgb(156,22,99); }

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