Html Css Color HEX #9F236F Jazzberry Jam

📋 copy color: '#9F236F'

red 159 ◦ green 35 ◦ blue 111

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

Shades of Jazzberry Jam #9F236F

Tints of Jazzberry Jam #9F236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 52.13%
G = 11.48%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F236F (or 0x9F236F) is known color: Jazzberry Jam. HEX triplet: 9F, 23 and 6F. RGB value is (159,35,111). Sum of RGB (Red+Green+Blue) = 159+35+111=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F236F is #60DC90. Grayscale: #505050. Windows color (decimal): -6347921 or 7283615. OLE color: 7283615.

HSL color Cylindrical-coordinate representation of color #9F236F: hue angle of 323.23º 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 #9F236F is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 35 111 -
CMYK 0 0.78 0.30 0.38
HSL 323.23º 0.64% 0.38% -
HSV(B) 323.23º 0.78% 0.62% -
XYZ 17.77 9.72 15.98 -
YUV 80.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 159 35 111 0 0.78 0.30 0.38 323.23 0.64 0.38
Hex 9F 23 6F 0 4E 1E 26 143 40 26
Octal 237 43 157 0 116 36 46 503 100 46
Binary 10011111 100011 1101111 0 1001110 11110 100110 101000011 1000000 100110

Color Harmonies of #9F236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F236F

Black with #9F236F

Text Example


Text Example

White with #9F236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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