Html Css Color HEX #9F095D Jazzberry Jam

📋 copy color: '#9F095D'

red 159 ◦ green 9 ◦ blue 93

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

Shades of Jazzberry Jam #9F095D

Tints of Jazzberry Jam #9F095D

RGB

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

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

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

R = 60.92%
G = 3.45%
B = 35.63%

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

#9F095D (or 0x9F095D) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 5D. RGB value is (159,9,93). Sum of RGB (Red+Green+Blue) = 159+9+93=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F095D is #60F6A2. Grayscale: #3F3F3F. Windows color (decimal): -6354595 or 6097311. OLE color: 6097311.

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

Color convert

RGB 159 9 93 -
CMYK 0 0.94 0.42 0.38
HSL 326.4º 0.89% 0.33% -
HSV(B) 326.4º 0.94% 0.62% -
XYZ 16.37 8.36 11.11 -
YUV 63.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 159 9 93 0 0.94 0.42 0.38 326.4 0.89 0.33
Hex 9F 9 5D 0 5E 2A 26 146 59 21
Octal 237 11 135 0 136 52 46 506 131 41
Binary 10011111 1001 1011101 0 1011110 101010 100110 101000110 1011001 100001

Color Harmonies of #9F095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F095D

Black with #9F095D

Text Example


Text Example

White with #9F095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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