Html Css Color HEX #9F0246 Jazzberry Jam

📋 copy color: '#9F0246'

red 159 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #9F0246

Tints of Jazzberry Jam #9F0246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.3%

R = 68.83%
G = 0.87%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F0246 (or 0x9F0246) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 46. RGB value is (159,2,70). Sum of RGB (Red+Green+Blue) = 159+2+70=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0246 is #60FDB9. Grayscale: #383838. Windows color (decimal): -6356410 or 4588191. OLE color: 4588191.

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

Color convert

RGB 159 2 70 -
CMYK 0 0.99 0.56 0.38
HSL 334.01º 0.98% 0.32% -
HSV(B) 334.01º 0.99% 0.62% -
XYZ 15.43 7.86 6.5 -
YUV 56.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 159 2 70 0 0.99 0.56 0.38 334.01 0.98 0.32
Hex 9F 2 46 0 63 38 26 14E 62 20
Octal 237 2 106 0 143 70 46 516 142 40
Binary 10011111 10 1000110 0 1100011 111000 100110 101001110 1100010 100000

Color Harmonies of #9F0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0246

Black with #9F0246

Text Example


Text Example

White with #9F0246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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