Html Css Color HEX #9F0860 Jazzberry Jam

📋 copy color: '#9F0860'

red 159 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #9F0860

Tints of Jazzberry Jam #9F0860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 60.46%
G = 3.04%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F0860 (or 0x9F0860) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 60. RGB value is (159,8,96). Sum of RGB (Red+Green+Blue) = 159+8+96=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0860 is #60F79F. Grayscale: #3E3E3E. Windows color (decimal): -6354848 or 6293663. OLE color: 6293663.

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

Color convert

RGB 159 8 96 -
CMYK 0 0.95 0.40 0.38
HSL 325.03º 0.9% 0.33% -
HSV(B) 325.03º 0.95% 0.62% -
XYZ 16.5 8.39 11.82 -
YUV 63.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 159 8 96 0 0.95 0.40 0.38 325.03 0.9 0.33
Hex 9F 8 60 0 5F 28 26 145 5A 21
Octal 237 10 140 0 137 50 46 505 132 41
Binary 10011111 1000 1100000 0 1011111 101000 100110 101000101 1011010 100001

Color Harmonies of #9F0860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0860

Black with #9F0860

Text Example


Text Example

White with #9F0860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,96); }

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

background-color css

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

 a { background-color: rgb(159,8,96); }

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

border-color css

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

 span { border-color: rgb(159,8,96); }

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