Html Css Color HEX #9C0257 Jazzberry Jam

📋 copy color: '#9C0257'

red 156 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #9C0257

Tints of Jazzberry Jam #9C0257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 63.67%
G = 0.82%
B = 35.51%

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

#9C0257 (or 0x9C0257) is known color: Jazzberry Jam. HEX triplet: 9C, 02 and 57. RGB value is (156,2,87). Sum of RGB (Red+Green+Blue) = 156+2+87=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0257 is #63FDA8. Grayscale: #393939. Windows color (decimal): -6553001 or 5702300. OLE color: 5702300.

HSL color Cylindrical-coordinate representation of color #9C0257: hue angle of 326.88º degrees, saturation: 0.97, 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 #9C0257 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 2 87 -
CMYK 0 0.99 0.44 0.39
HSL 326.88º 0.97% 0.31% -
HSV(B) 326.88º 0.99% 0.61% -
XYZ 15.45 7.8 9.71 -
YUV 57.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 156 2 87 0 0.99 0.44 0.39 326.88 0.97 0.31
Hex 9C 2 57 0 63 2C 27 147 61 1F
Octal 234 2 127 0 143 54 47 507 141 37
Binary 10011100 10 1010111 0 1100011 101100 100111 101000111 1100001 11111

Color Harmonies of #9C0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0257

Black with #9C0257

Text Example


Text Example

White with #9C0257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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