Html Css Color HEX #9F0250 Jazzberry Jam

📋 copy color: '#9F0250'

red 159 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #9F0250

Tints of Jazzberry Jam #9F0250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.2%

R = 65.98%
G = 0.83%
B = 33.2%

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

#9F0250 (or 0x9F0250) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 50. RGB value is (159,2,80). Sum of RGB (Red+Green+Blue) = 159+2+80=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0250 is #60FDAF. Grayscale: #393939. Windows color (decimal): -6356400 or 5243551. OLE color: 5243551.

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

Color convert

RGB 159 2 80 -
CMYK 0 0.99 0.50 0.38
HSL 330.19º 0.98% 0.32% -
HSV(B) 330.19º 0.99% 0.62% -
XYZ 15.77 7.99 8.3 -
YUV 57.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 159 2 80 0 0.99 0.50 0.38 330.19 0.98 0.32
Hex 9F 2 50 0 63 32 26 14A 62 20
Octal 237 2 120 0 143 62 46 512 142 40
Binary 10011111 10 1010000 0 1100011 110010 100110 101001010 1100010 100000

Color Harmonies of #9F0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0250

Black with #9F0250

Text Example


Text Example

White with #9F0250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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