#930843

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

Shades of Jazzberry Jam #930843

Tints of Jazzberry Jam #930843

Color information

#930843 (or 0x930843) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 08 and 43. RGB value is (147,8,67). Sum of RGB (Red+Green+Blue) = 147+8+67=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #930843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930843 is #6CF7BC. Grayscale: #383838. Windows color (decimal): -7141309 or 4393107. OLE color: 4393107.

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

Color convert

RGB147867-
CMYK00.950.540.42
HSL334.53º89.68%30.39%-
HSV(B)334.53º94.56%57.65%-
XYZ13.136.785.93-
YUV56.29134.05192.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 67 (26.56% from 255) = 30.18%
R=66.22%
G=3.60%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14786700.950.540.42334.5389.6830.39
Hex9384305F362A14f5a1e
Octal223101030137665251713236
Binary100100111000100001101011111110110101010101001111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930843; }

 p { color: rgb(147,8,67); }

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

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

 a { background-color: rgb(147,8,67); }

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

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

 span { border-color: rgb(147,8,67); }

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