Html Css Color HEX #9C1A70 Jazzberry Jam

📋 copy color: '#9C1A70'

red 156 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #9C1A70

Tints of Jazzberry Jam #9C1A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 53.06%
G = 8.84%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C1A70 (or 0x9C1A70) is known color: Jazzberry Jam. HEX triplet: 9C, 1A and 70. RGB value is (156,26,112). Sum of RGB (Red+Green+Blue) = 156+26+112=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1A70 is #63E58F. Grayscale: #4A4A4A. Windows color (decimal): -6546832 or 7346844. OLE color: 7346844.

HSL color Cylindrical-coordinate representation of color #9C1A70: hue angle of 320.31º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1A70 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 26 112 -
CMYK 0 0.83 0.28 0.39
HSL 320.31º 0.71% 0.36% -
HSV(B) 320.31º 0.83% 0.61% -
XYZ 17 8.98 16.17 -
YUV 74.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 156 26 112 0 0.83 0.28 0.39 320.31 0.71 0.36
Hex 9C 1A 70 0 53 1C 27 140 47 24
Octal 234 32 160 0 123 34 47 500 107 44
Binary 10011100 11010 1110000 0 1010011 11100 100111 101000000 1000111 100100

Color Harmonies of #9C1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1A70

Black with #9C1A70

Text Example


Text Example

White with #9C1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,26,112); }

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

background-color css

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

 a { background-color: rgb(156,26,112); }

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

border-color css

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

 span { border-color: rgb(156,26,112); }

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