Html Css Color HEX #9F0251 Jazzberry Jam

📋 copy color: '#9F0251'

red 159 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #9F0251

Tints of Jazzberry Jam #9F0251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.47%

R = 65.7%
G = 0.83%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F0251 (or 0x9F0251) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 51. RGB value is (159,2,81). Sum of RGB (Red+Green+Blue) = 159+2+81=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0251 is #60FDAE. Grayscale: #393939. Windows color (decimal): -6356399 or 5309087. OLE color: 5309087.

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

Color convert

RGB 159 2 81 -
CMYK 0 0.99 0.49 0.38
HSL 329.81º 0.98% 0.32% -
HSV(B) 329.81º 0.99% 0.62% -
XYZ 15.8 8.01 8.5 -
YUV 57.95 141.01 200.08 -
System Red Green Blue C M Y K H S L
Decimal 159 2 81 0 0.99 0.49 0.38 329.81 0.98 0.32
Hex 9F 2 51 0 63 31 26 14A 62 20
Octal 237 2 121 0 143 61 46 512 142 40
Binary 10011111 10 1010001 0 1100011 110001 100110 101001010 1100010 100000

Color Harmonies of #9F0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0251

Black with #9F0251

Text Example


Text Example

White with #9F0251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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