#930A44

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

Shades of Jazzberry Jam #930A44

Tints of Jazzberry Jam #930A44

Color information

#930A44 (or 0x930A44) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0A and 44. RGB value is (147,10,68). Sum of RGB (Red+Green+Blue) = 147+10+68=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #930A44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A44 is #6CF5BB. Grayscale: #393939. Windows color (decimal): -7140796 or 4459155. OLE color: 4459155.

HSL color Cylindrical-coordinate representation of color #930A44: hue angle of 334.6º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A44 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1471068-
CMYK00.930.540.42
HSL334.6º87.26%30.78%-
HSV(B)334.6º93.2%57.65%-
XYZ13.186.846.09-
YUV57.58133.89191.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.33%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=65.33%
G=4.44%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147106800.930.540.42334.687.2630.78
Hex93A4405D362A14f571f
Octal223121040135665251712737
Binary100100111010100010001011101110110101010101001111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930A44; }

 p { color: rgb(147,10,68); }

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

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

 a { background-color: rgb(147,10,68); }

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

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

 span { border-color: rgb(147,10,68); }

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