Html Css Color HEX #9F024F Jazzberry Jam

📋 copy color: '#9F024F'

red 159 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #9F024F

Tints of Jazzberry Jam #9F024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.92%

R = 66.25%
G = 0.83%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F024F (or 0x9F024F) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 4F. RGB value is (159,2,79). Sum of RGB (Red+Green+Blue) = 159+2+79=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F024F is #60FDB0. Grayscale: #393939. Windows color (decimal): -6356401 or 5178015. OLE color: 5178015.

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

Color convert

RGB 159 2 79 -
CMYK 0 0.99 0.50 0.38
HSL 330.57º 0.98% 0.32% -
HSV(B) 330.57º 0.99% 0.62% -
XYZ 15.73 7.98 8.11 -
YUV 57.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 159 2 79 0 0.99 0.50 0.38 330.57 0.98 0.32
Hex 9F 2 4F 0 63 32 26 14B 62 20
Octal 237 2 117 0 143 62 46 513 142 40
Binary 10011111 10 1001111 0 1100011 110010 100110 101001011 1100010 100000

Color Harmonies of #9F024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F024F

Black with #9F024F

Text Example


Text Example

White with #9F024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,2,79); }

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

background-color css

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

 a { background-color: rgb(159,2,79); }

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

border-color css

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

 span { border-color: rgb(159,2,79); }

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