Html Css Color HEX #9F095C Jazzberry Jam

📋 copy color: '#9F095C'

red 159 ◦ green 9 ◦ blue 92

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

Shades of Jazzberry Jam #9F095C

Tints of Jazzberry Jam #9F095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 61.15%
G = 3.46%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F095C (or 0x9F095C) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 5C. RGB value is (159,9,92). Sum of RGB (Red+Green+Blue) = 159+9+92=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F095C is #60F6A3. Grayscale: #3F3F3F. Windows color (decimal): -6354596 or 6031775. OLE color: 6031775.

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

Color convert

RGB 159 9 92 -
CMYK 0 0.94 0.42 0.38
HSL 326.8º 0.89% 0.33% -
HSV(B) 326.8º 0.94% 0.62% -
XYZ 16.33 8.34 10.87 -
YUV 63.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 159 9 92 0 0.94 0.42 0.38 326.8 0.89 0.33
Hex 9F 9 5C 0 5E 2A 26 147 59 21
Octal 237 11 134 0 136 52 46 507 131 41
Binary 10011111 1001 1011100 0 1011110 101010 100110 101000111 1011001 100001

Color Harmonies of #9F095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F095C

Black with #9F095C

Text Example


Text Example

White with #9F095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,9,92); }

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

background-color css

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

 a { background-color: rgb(159,9,92); }

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

border-color css

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

 span { border-color: rgb(159,9,92); }

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