#9F1E67

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

Shades of Jazzberry Jam #9F1E67

Tints of Jazzberry Jam #9F1E67

Color information

#9F1E67 (or 0x9F1E67) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 1E and 67. RGB value is (159,30,103). Sum of RGB (Red+Green+Blue) = 159+30+103=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E67 is #60E198. Grayscale: #4C4C4C. Windows color (decimal): -6349209 or 6758047. OLE color: 6758047.

HSL color Cylindrical-coordinate representation of color #9F1E67: hue angle of 326.05º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E67 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15930103-
CMYK00.810.350.38
HSL326.05º68.25%37.06%-
HSV(B)326.05º81.13%62.35%-
XYZ17.219.2813.72-
YUV76.89142.74186.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.45%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=54.45%
G=10.27%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593010300.810.350.38326.0568.2537.06
Hex9F1E6705123261464425
Octal237361470121434650610445
Binary10011111111101100111010100011000111001101010001101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,30,103); }

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

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

 a { background-color: rgb(159,30,103); }

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

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

 span { border-color: rgb(159,30,103); }

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