Html Css Color HEX #9F2369 Jazzberry Jam

📋 copy color: '#9F2369'

red 159 ◦ green 35 ◦ blue 105

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

Shades of Jazzberry Jam #9F2369

Tints of Jazzberry Jam #9F2369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 53.18%
G = 11.71%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F2369 (or 0x9F2369) is known color: Jazzberry Jam. HEX triplet: 9F, 23 and 69. RGB value is (159,35,105). Sum of RGB (Red+Green+Blue) = 159+35+105=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2369 is #60DC96. Grayscale: #4F4F4F. Windows color (decimal): -6347927 or 6890399. OLE color: 6890399.

HSL color Cylindrical-coordinate representation of color #9F2369: hue angle of 326.13º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2369 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 35 105 -
CMYK 0 0.78 0.34 0.38
HSL 326.13º 0.64% 0.38% -
HSV(B) 326.13º 0.78% 0.62% -
XYZ 17.45 9.59 14.3 -
YUV 80.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 159 35 105 0 0.78 0.34 0.38 326.13 0.64 0.38
Hex 9F 23 69 0 4E 22 26 146 40 26
Octal 237 43 151 0 116 42 46 506 100 46
Binary 10011111 100011 1101001 0 1001110 100010 100110 101000110 1000000 100110

Color Harmonies of #9F2369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2369

Black with #9F2369

Text Example


Text Example

White with #9F2369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,35,105); }

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

background-color css

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

 a { background-color: rgb(159,35,105); }

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

border-color css

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

 span { border-color: rgb(159,35,105); }

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