Html Css Color HEX #9F0357 Jazzberry Jam

📋 copy color: '#9F0357'

red 159 ◦ green 3 ◦ blue 87

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

Shades of Jazzberry Jam #9F0357

Tints of Jazzberry Jam #9F0357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 87 (34.38% from 255) = 34.94%

R = 63.86%
G = 1.2%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F0357 (or 0x9F0357) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 57. RGB value is (159,3,87). Sum of RGB (Red+Green+Blue) = 159+3+87=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0357 is #60FCA8. Grayscale: #3B3B3B. Windows color (decimal): -6356137 or 5702559. OLE color: 5702559.

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

Color convert

RGB 159 3 87 -
CMYK 0 0.98 0.45 0.38
HSL 327.69º 0.96% 0.32% -
HSV(B) 327.69º 0.98% 0.62% -
XYZ 16.05 8.12 9.74 -
YUV 59.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 159 3 87 0 0.98 0.45 0.38 327.69 0.96 0.32
Hex 9F 3 57 0 62 2D 26 148 60 20
Octal 237 3 127 0 142 55 46 510 140 40
Binary 10011111 11 1010111 0 1100010 101101 100110 101001000 1100000 100000

Color Harmonies of #9F0357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0357

Black with #9F0357

Text Example


Text Example

White with #9F0357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,87); }

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

background-color css

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

 a { background-color: rgb(159,3,87); }

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

border-color css

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

 span { border-color: rgb(159,3,87); }

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