Html Css Color HEX #9F1D6C Jazzberry Jam

📋 copy color: '#9F1D6C'

red 159 ◦ green 29 ◦ blue 108

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

Shades of Jazzberry Jam #9F1D6C

Tints of Jazzberry Jam #9F1D6C

RGB

 RED value IS 159 (62.5% from 255) = 53.72%

 GREEN value IS 29 (11.72% from 255) = 9.8%

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 53.72%
G = 9.8%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F1D6C (or 0x9F1D6C) is known color: Jazzberry Jam. HEX triplet: 9F, 1D and 6C. RGB value is (159,29,108). Sum of RGB (Red+Green+Blue) = 159+29+108=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D6C is #60E293. Grayscale: #4C4C4C. Windows color (decimal): -6349460 or 7085471. OLE color: 7085471.

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

Color convert

RGB 159 29 108 -
CMYK 0 0.82 0.32 0.38
HSL 323.54º 0.69% 0.37% -
HSV(B) 323.54º 0.82% 0.62% -
XYZ 17.44 9.33 15.07 -
YUV 76.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 159 29 108 0 0.82 0.32 0.38 323.54 0.69 0.37
Hex 9F 1D 6C 0 52 20 26 144 45 25
Octal 237 35 154 0 122 40 46 504 105 45
Binary 10011111 11101 1101100 0 1010010 100000 100110 101000100 1000101 100101

Color Harmonies of #9F1D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1D6C

Black with #9F1D6C

Text Example


Text Example

White with #9F1D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,29,108); }

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

background-color css

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

 a { background-color: rgb(159,29,108); }

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

border-color css

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

 span { border-color: rgb(159,29,108); }

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