Html Css Color HEX #9F0047 Jazzberry Jam

📋 copy color: '#9F0047'

red 159 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #9F0047

Tints of Jazzberry Jam #9F0047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.87%

R = 69.13%
G = 0%
B = 30.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F0047 (or 0x9F0047) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 47. RGB value is (159,0,71). Sum of RGB (Red+Green+Blue) = 159+0+71=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0047 is #60FFB8. Grayscale: #373737. Windows color (decimal): -6356921 or 4653215. OLE color: 4653215.

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

Color convert

RGB 159 0 71 -
CMYK 0 1 0.55 0.38
HSL 333.21º 1% 0.31% -
HSV(B) 333.21º 1% 0.62% -
XYZ 15.44 7.83 6.66 -
YUV 55.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 159 0 71 0 1 0.55 0.38 333.21 1 0.31
Hex 9F 0 47 0 64 37 26 14D 64 1F
Octal 237 0 107 0 144 67 46 515 144 37
Binary 10011111 0 1000111 0 1100100 110111 100110 101001101 1100100 11111

Color Harmonies of #9F0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0047

Black with #9F0047

Text Example


Text Example

White with #9F0047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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