#930654

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

Shades of Jazzberry Jam #930654

Tints of Jazzberry Jam #930654

Color information

#930654 (or 0x930654) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 06 and 54. RGB value is (147,6,84). Sum of RGB (Red+Green+Blue) = 147+6+84=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #930654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930654 is #6CF9AB. Grayscale: #383838. Windows color (decimal): -7141804 or 5506707. OLE color: 5506707.

HSL color Cylindrical-coordinate representation of color #930654: hue angle of 326.81º 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 #930654 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB147684-
CMYK00.960.430.42
HSL326.81º92.16%30%-
HSV(B)326.81º95.92%57.65%-
XYZ13.76.979.01-
YUV57.05143.21192.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.03%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=62.03%
G=2.53%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14768400.960.430.42326.8192.1630
Hex936540602B2A1475c1e
Octal22361240140535250713436
Binary10010011110101010001100000101011101010101000111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930654; }

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

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

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

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

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

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

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

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