Html Css Color HEX #9C1567 Jazzberry Jam

📋 copy color: '#9C1567'

red 156 ◦ green 21 ◦ blue 103

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

Shades of Jazzberry Jam #9C1567

Tints of Jazzberry Jam #9C1567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 55.71%
G = 7.5%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9C1567 (or 0x9C1567) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 67. RGB value is (156,21,103). Sum of RGB (Red+Green+Blue) = 156+21+103=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1567 is #63EA98. Grayscale: #464646. Windows color (decimal): -6548121 or 6755740. OLE color: 6755740.

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

Color convert

RGB 156 21 103 -
CMYK 0 0.87 0.34 0.39
HSL 323.56º 0.76% 0.35% -
HSV(B) 323.56º 0.87% 0.61% -
XYZ 16.43 8.58 13.62 -
YUV 70.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 156 21 103 0 0.87 0.34 0.39 323.56 0.76 0.35
Hex 9C 15 67 0 57 22 27 144 4C 23
Octal 234 25 147 0 127 42 47 504 114 43
Binary 10011100 10101 1100111 0 1010111 100010 100111 101000100 1001100 100011

Color Harmonies of #9C1567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1567

Black with #9C1567

Text Example


Text Example

White with #9C1567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,103); }

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

background-color css

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

 a { background-color: rgb(156,21,103); }

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

border-color css

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

 span { border-color: rgb(156,21,103); }

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