Html Css Color HEX #9C0157 Jazzberry Jam

📋 copy color: '#9C0157'

red 156 ◦ green 1 ◦ blue 87

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

Shades of Jazzberry Jam #9C0157

Tints of Jazzberry Jam #9C0157

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 87 (34.38% from 255) = 35.66%

R = 63.93%
G = 0.41%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C0157 (or 0x9C0157) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 57. RGB value is (156,1,87). Sum of RGB (Red+Green+Blue) = 156+1+87=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0157 is #63FEA8. Grayscale: #383838. Windows color (decimal): -6553257 or 5702044. OLE color: 5702044.

HSL color Cylindrical-coordinate representation of color #9C0157: hue angle of 326.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0157 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 1 87 -
CMYK 0 0.99 0.44 0.39
HSL 326.71º 0.99% 0.31% -
HSV(B) 326.71º 0.99% 0.61% -
XYZ 15.44 7.78 9.7 -
YUV 57.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 156 1 87 0 0.99 0.44 0.39 326.71 0.99 0.31
Hex 9C 1 57 0 63 2C 27 147 63 1F
Octal 234 1 127 0 143 54 47 507 143 37
Binary 10011100 1 1010111 0 1100011 101100 100111 101000111 1100011 11111

Color Harmonies of #9C0157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0157

Black with #9C0157

Text Example


Text Example

White with #9C0157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,87); }

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

background-color css

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

 a { background-color: rgb(156,1,87); }

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

border-color css

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

 span { border-color: rgb(156,1,87); }

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