Html Css Color HEX #9F0858 Jazzberry Jam

📋 copy color: '#9F0858'

red 159 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #9F0858

Tints of Jazzberry Jam #9F0858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 62.35%
G = 3.14%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F0858 (or 0x9F0858) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 58. RGB value is (159,8,88). Sum of RGB (Red+Green+Blue) = 159+8+88=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0858 is #60F7A7. Grayscale: #3E3E3E. Windows color (decimal): -6354856 or 5769375. OLE color: 5769375.

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

Color convert

RGB 159 8 88 -
CMYK 0 0.95 0.45 0.38
HSL 328.21º 0.9% 0.33% -
HSV(B) 328.21º 0.95% 0.62% -
XYZ 16.15 8.25 9.97 -
YUV 62.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 159 8 88 0 0.95 0.45 0.38 328.21 0.9 0.33
Hex 9F 8 58 0 5F 2D 26 148 5A 21
Octal 237 10 130 0 137 55 46 510 132 41
Binary 10011111 1000 1011000 0 1011111 101101 100110 101001000 1011010 100001

Color Harmonies of #9F0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0858

Black with #9F0858

Text Example


Text Example

White with #9F0858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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