#930651

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

Shades of Jazzberry Jam #930651

Tints of Jazzberry Jam #930651

Color information

#930651 (or 0x930651) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 06 and 51. RGB value is (147,6,81). Sum of RGB (Red+Green+Blue) = 147+6+81=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #930651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930651 is #6CF9AE. Grayscale: #383838. Windows color (decimal): -7141807 or 5310099. OLE color: 5310099.

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

Color convert

RGB147681-
CMYK00.960.450.42
HSL328.09º92.16%30%-
HSV(B)328.09º95.92%57.65%-
XYZ13.586.938.41-
YUV56.71141.71192.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.82%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=62.82%
G=2.56%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14768100.960.450.42328.0992.1630
Hex936510602D2A1485c1e
Octal22361210140555251013436
Binary10010011110101000101100000101101101010101001000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930651; }

 p { color: rgb(147,6,81); }

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

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

 a { background-color: rgb(147,6,81); }

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

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

 span { border-color: rgb(147,6,81); }

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