Html Css Color HEX #9F0942 Jazzberry Jam

📋 copy color: '#9F0942'

red 159 ◦ green 9 ◦ blue 66

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

Shades of Jazzberry Jam #9F0942

Tints of Jazzberry Jam #9F0942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 67.95%
G = 3.85%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F0942 (or 0x9F0942) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 42. RGB value is (159,9,66). Sum of RGB (Red+Green+Blue) = 159+9+66=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0942 is #60F6BD. Grayscale: #3C3C3C. Windows color (decimal): -6354622 or 4327839. OLE color: 4327839.

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

Color convert

RGB 159 9 66 -
CMYK 0 0.94 0.58 0.38
HSL 337.2º 0.89% 0.33% -
HSV(B) 337.2º 0.94% 0.62% -
XYZ 15.38 7.96 5.88 -
YUV 60.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 159 9 66 0 0.94 0.58 0.38 337.2 0.89 0.33
Hex 9F 9 42 0 5E 3A 26 151 59 21
Octal 237 11 102 0 136 72 46 521 131 41
Binary 10011111 1001 1000010 0 1011110 111010 100110 101010001 1011001 100001

Color Harmonies of #9F0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0942

Black with #9F0942

Text Example


Text Example

White with #9F0942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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