Html Css Color HEX #9F0041 Jazzberry Jam

📋 copy color: '#9F0041'

red 159 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #9F0041

Tints of Jazzberry Jam #9F0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 70.98%
G = 0%
B = 29.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F0041 (or 0x9F0041) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 41. RGB value is (159,0,65). Sum of RGB (Red+Green+Blue) = 159+0+65=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0041 is #60FFBE. Grayscale: #363636. Windows color (decimal): -6356927 or 4259999. OLE color: 4259999.

HSL color Cylindrical-coordinate representation of color #9F0041: hue angle of 335.47º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0041 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 0 65 -
CMYK 0 1 0.59 0.38
HSL 335.47º 1% 0.31% -
HSV(B) 335.47º 1% 0.62% -
XYZ 15.25 7.75 5.69 -
YUV 54.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 159 0 65 0 1 0.59 0.38 335.47 1 0.31
Hex 9F 0 41 0 64 3B 26 14F 64 1F
Octal 237 0 101 0 144 73 46 517 144 37
Binary 10011111 0 1000001 0 1100100 111011 100110 101001111 1100100 11111

Color Harmonies of #9F0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0041

Black with #9F0041

Text Example


Text Example

White with #9F0041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,0,65); }

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

background-color css

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

 a { background-color: rgb(159,0,65); }

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

border-color css

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

 span { border-color: rgb(159,0,65); }

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