#9F0843

Color #9F0843 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9F0843

Tints of Jazzberry Jam #9F0843

Color information

#9F0843 (or 0x9F0843) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 08 and 43. RGB value is (159,8,67). Sum of RGB (Red+Green+Blue) = 159+8+67=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0843 is #60F7BC. Grayscale: #3B3B3B. Windows color (decimal): -6354877 or 4393119. OLE color: 4393119.

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

Color convert

RGB159867-
CMYK00.950.580.38
HSL336.56º90.42%32.75%-
HSV(B)336.56º94.97%62.35%-
XYZ15.47.956.03-
YUV59.87132.03198.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.95%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 67 (26.56% from 255) = 28.63%
R=67.95%
G=3.42%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15986700.950.580.38336.5690.4232.75
Hex9F84305F3A261515a21
Octal237101030137724652113241
Binary1001111110001000011010111111110101001101010100011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F0843;
 }
 .AnyTagClassName
 {
   color: #9F0843;
 }
</style>
background-color css

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

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

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

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

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

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