#930453

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

Shades of Jazzberry Jam #930453

Tints of Jazzberry Jam #930453

Color information

#930453 (or 0x930453) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 04 and 53. RGB value is (147,4,83). Sum of RGB (Red+Green+Blue) = 147+4+83=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #930453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930453 is #6CFBAC. Grayscale: #373737. Windows color (decimal): -7142317 or 5440659. OLE color: 5440659.

HSL color Cylindrical-coordinate representation of color #930453: hue angle of 326.85º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930453 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB147483-
CMYK00.970.440.42
HSL326.85º94.7%29.61%-
HSV(B)326.85º97.28%57.65%-
XYZ13.646.918.8-
YUV55.76143.38193.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.82%
GREEN value IS 4 (1.95% from 255) = 1.71%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=62.82%
G=1.71%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14748300.970.440.42326.8594.729.61
Hex934530612C2A1475f1e
Octal22341230141545250713736
Binary10010011100101001101100001101100101010101000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930453; }

 p { color: rgb(147,4,83); }

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

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

 a { background-color: rgb(147,4,83); }

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

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

 span { border-color: rgb(147,4,83); }

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