Html Css Color HEX #9F055D Jazzberry Jam

📋 copy color: '#9F055D'

red 159 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #9F055D

Tints of Jazzberry Jam #9F055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 61.87%
G = 1.95%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F055D (or 0x9F055D) is known color: Jazzberry Jam. HEX triplet: 9F, 05 and 5D. RGB value is (159,5,93). Sum of RGB (Red+Green+Blue) = 159+5+93=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F055D is #60FAA2. Grayscale: #3C3C3C. Windows color (decimal): -6355619 or 6096287. OLE color: 6096287.

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

Color convert

RGB 159 5 93 -
CMYK 0 0.97 0.42 0.38
HSL 325.71º 0.94% 0.32% -
HSV(B) 325.71º 0.97% 0.62% -
XYZ 16.33 8.27 11.09 -
YUV 61.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 159 5 93 0 0.97 0.42 0.38 325.71 0.94 0.32
Hex 9F 5 5D 0 61 2A 26 146 5E 20
Octal 237 5 135 0 141 52 46 506 136 40
Binary 10011111 101 1011101 0 1100001 101010 100110 101000110 1011110 100000

Color Harmonies of #9F055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F055D

Black with #9F055D

Text Example


Text Example

White with #9F055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,5,93); }

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

background-color css

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

 a { background-color: rgb(159,5,93); }

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

border-color css

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

 span { border-color: rgb(159,5,93); }

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