#930958

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

Shades of Jazzberry Jam #930958

Tints of Jazzberry Jam #930958

Color information

#930958 (or 0x930958) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 09 and 58. RGB value is (147,9,88). Sum of RGB (Red+Green+Blue) = 147+9+88=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #930958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930958 is #6CF6A7. Grayscale: #3B3B3B. Windows color (decimal): -7141032 or 5769619. OLE color: 5769619.

HSL color Cylindrical-coordinate representation of color #930958: hue angle of 325.65º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930958 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB147988-
CMYK00.940.400.42
HSL325.65º88.46%30.59%-
HSV(B)325.65º93.88%57.65%-
XYZ13.897.19.87-
YUV59.27144.22190.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.25%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=60.25%
G=3.69%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14798800.940.400.42325.6588.4630.59
Hex9395805E282A146581f
Octal223111300136505250613037
Binary100100111001101100001011110101000101010101000110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930958; }

 p { color: rgb(147,9,88); }

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

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

 a { background-color: rgb(147,9,88); }

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

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

 span { border-color: rgb(147,9,88); }

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