Html Css Color HEX #9D1C5E Jazzberry Jam

📋 copy color: '#9D1C5E'

red 157 ◦ green 28 ◦ blue 94

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

Shades of Jazzberry Jam #9D1C5E

Tints of Jazzberry Jam #9D1C5E

RGB

 RED value IS 157 (61.72% from 255) = 56.27%

 GREEN value IS 28 (11.33% from 255) = 10.04%

 BLUE value IS 94 (37.11% from 255) = 33.69%

R = 56.27%
G = 10.04%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D1C5E (or 0x9D1C5E) is known color: Jazzberry Jam. HEX triplet: 9D, 1C and 5E. RGB value is (157,28,94). Sum of RGB (Red+Green+Blue) = 157+28+94=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C5E is #62E3A1. Grayscale: #494949. Windows color (decimal): -6480802 or 6167709. OLE color: 6167709.

HSL color Cylindrical-coordinate representation of color #9D1C5E: hue angle of 329.3º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1C5E is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 28 94 -
CMYK 0 0.82 0.40 0.38
HSL 329.3º 0.7% 0.36% -
HSV(B) 329.3º 0.82% 0.62% -
XYZ 16.34 8.81 11.43 -
YUV 74.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 157 28 94 0 0.82 0.40 0.38 329.3 0.7 0.36
Hex 9D 1C 5E 0 52 28 26 149 46 24
Octal 235 34 136 0 122 50 46 511 106 44
Binary 10011101 11100 1011110 0 1010010 101000 100110 101001001 1000110 100100

Color Harmonies of #9D1C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C5E

Black with #9D1C5E

Text Example


Text Example

White with #9D1C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,28,94); }

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

background-color css

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

 a { background-color: rgb(157,28,94); }

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

border-color css

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

 span { border-color: rgb(157,28,94); }

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